mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
47 lines
1.8 KiB
C++
47 lines
1.8 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: AthenaGenericLobbyViolator
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "UMG_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass AthenaGenericLobbyViolator.AthenaGenericLobbyViolator_C
|
|
// 0x0010 (0x0240 - 0x0230)
|
|
class UAthenaGenericLobbyViolator_C final : public UUserWidget
|
|
{
|
|
public:
|
|
class UCommonTextBlock* ModeName; // 0x0230(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* SubText; // 0x0238(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void SetGamemodeName(const class FText& Param_Name, const class FText& Param_SubText);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"AthenaGenericLobbyViolator_C">();
|
|
}
|
|
static class UAthenaGenericLobbyViolator_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UAthenaGenericLobbyViolator_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UAthenaGenericLobbyViolator_C) == 0x000008, "Wrong alignment on UAthenaGenericLobbyViolator_C");
|
|
static_assert(sizeof(UAthenaGenericLobbyViolator_C) == 0x000240, "Wrong size on UAthenaGenericLobbyViolator_C");
|
|
static_assert(offsetof(UAthenaGenericLobbyViolator_C, ModeName) == 0x000230, "Member 'UAthenaGenericLobbyViolator_C::ModeName' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaGenericLobbyViolator_C, SubText) == 0x000238, "Member 'UAthenaGenericLobbyViolator_C::SubText' has a wrong offset!");
|
|
|
|
}
|
|
|