298 lines
15 KiB
C++
298 lines
15 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: UMG
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CoreUObject_structs.hpp"
|
|
#include "SlateCore_structs.hpp"
|
|
#include "Slate_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Enum UMG.ESlateVisibility
|
|
// NumValues: 0x0006
|
|
enum class ESlateVisibility : uint8
|
|
{
|
|
Visible = 0,
|
|
Collapsed = 1,
|
|
Hidden = 2,
|
|
HitTestInvisible = 3,
|
|
SelfHitTestInvisible = 4,
|
|
ESlateVisibility_MAX = 5,
|
|
};
|
|
|
|
// Enum UMG.EVirtualKeyboardType
|
|
// NumValues: 0x0007
|
|
enum class EVirtualKeyboardType : uint8
|
|
{
|
|
Default = 0,
|
|
Number = 1,
|
|
Web = 2,
|
|
Email = 3,
|
|
Password = 4,
|
|
AlphaNumeric = 5,
|
|
EVirtualKeyboardType_MAX = 6,
|
|
};
|
|
|
|
// Enum UMG.EUMGSequencePlayMode
|
|
// NumValues: 0x0004
|
|
enum class EUMGSequencePlayMode : uint8
|
|
{
|
|
Forward = 0,
|
|
Reverse = 1,
|
|
PingPong = 2,
|
|
EUMGSequencePlayMode_MAX = 3,
|
|
};
|
|
|
|
// Enum UMG.EDragPivot
|
|
// NumValues: 0x000B
|
|
enum class EDragPivot : uint8
|
|
{
|
|
MouseDown = 0,
|
|
TopLeft = 1,
|
|
TopCenter = 2,
|
|
TopRight = 3,
|
|
CenterLeft = 4,
|
|
CenterCenter = 5,
|
|
CenterRight = 6,
|
|
BottomLeft = 7,
|
|
BottomCenter = 8,
|
|
BottomRight = 9,
|
|
EDragPivot_MAX = 10,
|
|
};
|
|
|
|
// Enum UMG.ESlateSizeRule
|
|
// NumValues: 0x0003
|
|
enum class ESlateSizeRule : uint8
|
|
{
|
|
Automatic = 0,
|
|
Fill = 1,
|
|
ESlateSizeRule_MAX = 2,
|
|
};
|
|
|
|
// Enum UMG.EWidgetDesignFlags
|
|
// NumValues: 0x0004
|
|
enum class EWidgetDesignFlags : uint8
|
|
{
|
|
None = 0,
|
|
Designing = 1,
|
|
ShowOutline = 2,
|
|
EWidgetDesignFlags_MAX = 3,
|
|
};
|
|
|
|
// Enum UMG.EDesignPreviewSizeMode
|
|
// NumValues: 0x0006
|
|
enum class EDesignPreviewSizeMode : uint8
|
|
{
|
|
FillScreen = 0,
|
|
Custom = 1,
|
|
CustomOnScreen = 2,
|
|
Desired = 3,
|
|
DesiredOnScreen = 4,
|
|
EDesignPreviewSizeMode_MAX = 5,
|
|
};
|
|
|
|
// Enum UMG.EBindingKind
|
|
// NumValues: 0x0003
|
|
enum class EBindingKind : uint8
|
|
{
|
|
Function = 0,
|
|
Property = 1,
|
|
EBindingKind_MAX = 2,
|
|
};
|
|
|
|
// Enum UMG.EWidgetBlendMode
|
|
// NumValues: 0x0004
|
|
enum class EWidgetBlendMode : uint8
|
|
{
|
|
Opaque = 0,
|
|
Masked = 1,
|
|
Transparent = 2,
|
|
EWidgetBlendMode_MAX = 3,
|
|
};
|
|
|
|
// Enum UMG.EWidgetSpace
|
|
// NumValues: 0x0003
|
|
enum class EWidgetSpace : uint8
|
|
{
|
|
World = 0,
|
|
Screen = 1,
|
|
EWidgetSpace_MAX = 2,
|
|
};
|
|
|
|
// Enum UMG.EWidgetInteractionSource
|
|
// NumValues: 0x0005
|
|
enum class EWidgetInteractionSource : uint8
|
|
{
|
|
World = 0,
|
|
Mouse = 1,
|
|
CenterScreen = 2,
|
|
Custom = 3,
|
|
EWidgetInteractionSource_MAX = 4,
|
|
};
|
|
|
|
// ScriptStruct UMG.EventReply
|
|
// 0x00A8 (0x00A8 - 0x0000)
|
|
struct alignas(0x08) FEventReply final
|
|
{
|
|
public:
|
|
uint8 Pad_0[0xA8]; // 0x0000(0x00A8)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
DUMPER7_ASSERTS_FEventReply;
|
|
|
|
// ScriptStruct UMG.WidgetTransform
|
|
// 0x001C (0x001C - 0x0000)
|
|
struct FWidgetTransform final
|
|
{
|
|
public:
|
|
struct FVector2D Translation; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
struct FVector2D Scale; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
struct FVector2D Shear; // 0x0010(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
float Angle; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
DUMPER7_ASSERTS_FWidgetTransform;
|
|
|
|
// ScriptStruct UMG.ShapedTextOptions
|
|
// 0x0008 (0x0008 - 0x0000)
|
|
struct alignas(0x04) FShapedTextOptions final
|
|
{
|
|
public:
|
|
uint8 bOverride_TextShapingMethod : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, NoDestructor, NativeAccessSpecifierPublic))
|
|
uint8 bOverride_TextFlowDirection : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, NativeAccessSpecifierPublic))
|
|
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
|
ETextShapingMethod TextShapingMethod; // 0x0004(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
ETextFlowDirection TextFlowDirection; // 0x0005(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
DUMPER7_ASSERTS_FShapedTextOptions;
|
|
|
|
// ScriptStruct UMG.PaintContext
|
|
// 0x0030 (0x0030 - 0x0000)
|
|
struct alignas(0x08) FPaintContext final
|
|
{
|
|
public:
|
|
uint8 Pad_0[0x30]; // 0x0000(0x0030)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
DUMPER7_ASSERTS_FPaintContext;
|
|
|
|
// ScriptStruct UMG.NamedSlotBinding
|
|
// 0x0010 (0x0010 - 0x0000)
|
|
struct FNamedSlotBinding final
|
|
{
|
|
public:
|
|
class FName Name; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
class UWidget* Content; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
DUMPER7_ASSERTS_FNamedSlotBinding;
|
|
|
|
// ScriptStruct UMG.SlateChildSize
|
|
// 0x0008 (0x0008 - 0x0000)
|
|
struct FSlateChildSize final
|
|
{
|
|
public:
|
|
float Value; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
ESlateSizeRule SizeRule; // 0x0004(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
DUMPER7_ASSERTS_FSlateChildSize;
|
|
|
|
// ScriptStruct UMG.PropertyPathSegment
|
|
// 0x0020 (0x0020 - 0x0000)
|
|
struct FPropertyPathSegment final
|
|
{
|
|
public:
|
|
class FName Name; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
int32 ArrayIndex; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class UStruct* Struct; // 0x0010(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
|
|
class UField* Field; // 0x0018(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
|
|
};
|
|
DUMPER7_ASSERTS_FPropertyPathSegment;
|
|
|
|
// ScriptStruct UMG.DynamicPropertyPath
|
|
// 0x0010 (0x0010 - 0x0000)
|
|
struct FDynamicPropertyPath final
|
|
{
|
|
public:
|
|
TArray<struct FPropertyPathSegment> Segments; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPrivate)
|
|
};
|
|
DUMPER7_ASSERTS_FDynamicPropertyPath;
|
|
|
|
// ScriptStruct UMG.SlateMeshVertex
|
|
// 0x003C (0x003C - 0x0000)
|
|
struct FSlateMeshVertex final
|
|
{
|
|
public:
|
|
struct FVector2D Position; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
struct FColor Color; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
struct FVector2D UV0; // 0x000C(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
struct FVector2D UV1; // 0x0014(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
struct FVector2D UV2; // 0x001C(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
struct FVector2D UV3; // 0x0024(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
struct FVector2D UV4; // 0x002C(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
struct FVector2D UV5; // 0x0034(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
};
|
|
DUMPER7_ASSERTS_FSlateMeshVertex;
|
|
|
|
// ScriptStruct UMG.AnchorData
|
|
// 0x0028 (0x0028 - 0x0000)
|
|
struct FAnchorData final
|
|
{
|
|
public:
|
|
struct FMargin Offsets; // 0x0000(0x0010)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
|
|
struct FAnchors Anchors; // 0x0010(0x0010)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
|
|
struct FVector2D Alignment; // 0x0020(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
};
|
|
DUMPER7_ASSERTS_FAnchorData;
|
|
|
|
// ScriptStruct UMG.WidgetAnimationBinding
|
|
// 0x0028 (0x0028 - 0x0000)
|
|
struct alignas(0x08) FWidgetAnimationBinding final
|
|
{
|
|
public:
|
|
class FName WidgetName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
class FName SlotWidgetName; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
struct FGuid AnimationGuid; // 0x0010(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
bool bIsRootWidget; // 0x0020(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
DUMPER7_ASSERTS_FWidgetAnimationBinding;
|
|
|
|
// ScriptStruct UMG.DelegateRuntimeBinding
|
|
// 0x0038 (0x0038 - 0x0000)
|
|
struct FDelegateRuntimeBinding final
|
|
{
|
|
public:
|
|
class FString ObjectName; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
class FName PropertyName; // 0x0010(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
class FName FunctionName; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
struct FDynamicPropertyPath SourcePath; // 0x0020(0x0010)(NativeAccessSpecifierPublic)
|
|
EBindingKind Kind; // 0x0030(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
DUMPER7_ASSERTS_FDelegateRuntimeBinding;
|
|
|
|
// ScriptStruct UMG.WidgetNavigationData
|
|
// 0x0018 (0x0018 - 0x0000)
|
|
struct alignas(0x08) FWidgetNavigationData final
|
|
{
|
|
public:
|
|
EUINavigationRule Rule; // 0x0000(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class FName WidgetToFocus; // 0x0008(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_10[0x8]; // 0x0010(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
DUMPER7_ASSERTS_FWidgetNavigationData;
|
|
|
|
}
|
|
|