Add Unreal Engine SDK
This commit is contained in:
180
Reanimal/SDK/DebugSystem_structs.hpp
Normal file
180
Reanimal/SDK/DebugSystem_structs.hpp
Normal file
@@ -0,0 +1,180 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: DebugSystem
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// Enum DebugSystem.EDebugInputContext
|
||||
// NumValues: 0x0008
|
||||
enum class EDebugInputContext : uint8
|
||||
{
|
||||
Global = 0,
|
||||
DebugMode = 1,
|
||||
DebugCamera = 2,
|
||||
DebugCameraUnreal = 3,
|
||||
DebugCameraTarsier = 4,
|
||||
DebugDevNotes = 5,
|
||||
DebugNone = 6,
|
||||
EDebugInputContext_MAX = 7,
|
||||
};
|
||||
|
||||
// Enum DebugSystem.EDebugGlobalType
|
||||
// NumValues: 0x0007
|
||||
enum class EDebugGlobalType : uint8
|
||||
{
|
||||
Invalid = 0,
|
||||
Bool = 1,
|
||||
Float = 2,
|
||||
Enum = 3,
|
||||
Double = 4,
|
||||
DataAsset = 5,
|
||||
EDebugGlobalType_MAX = 6,
|
||||
};
|
||||
|
||||
// Enum DebugSystem.EDebugInputHintContext
|
||||
// NumValues: 0x0004
|
||||
enum class EDebugInputHintContext : uint8
|
||||
{
|
||||
EditorOnly = 0,
|
||||
Development = 1,
|
||||
Always = 2,
|
||||
EDebugInputHintContext_MAX = 3,
|
||||
};
|
||||
|
||||
// ScriptStruct DebugSystem.DebugDrawingRepresentedObjectID
|
||||
// 0x0008 (0x0008 - 0x0000)
|
||||
struct alignas(0x04) FDebugDrawingRepresentedObjectID final
|
||||
{
|
||||
public:
|
||||
uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_FDebugDrawingRepresentedObjectID;
|
||||
|
||||
// ScriptStruct DebugSystem.DebugFunctionWrapper
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct FDebugFunctionWrapper final
|
||||
{
|
||||
public:
|
||||
class UDebugFunction* mDebugFunction; // 0x0000(0x0008)(ZeroConstructor, Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_8[0x10]; // 0x0008(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_FDebugFunctionWrapper;
|
||||
|
||||
// ScriptStruct DebugSystem.DebugGlobalTypeInfo
|
||||
// 0x0058 (0x0058 - 0x0000)
|
||||
struct FDebugGlobalTypeInfo final
|
||||
{
|
||||
public:
|
||||
EDebugGlobalType VariableType; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
TSoftObjectPtr<class UEnum> EnumClass; // 0x0008(0x0028)(UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TSoftClassPtr<class UClass> AssetClass; // 0x0030(0x0028)(UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_FDebugGlobalTypeInfo;
|
||||
|
||||
// ScriptStruct DebugSystem.DebugGlobalInfo
|
||||
// 0x0080 (0x0080 - 0x0000)
|
||||
struct FDebugGlobalInfo final
|
||||
{
|
||||
public:
|
||||
EDebugGlobalType Type; // 0x0000(0x0001)(ZeroConstructor, Deprecated, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
struct FDebugGlobalTypeInfo TypeInfo; // 0x0008(0x0058)(Edit, DisableEditOnInstance, NativeAccessSpecifierPublic)
|
||||
TArray<uint8> DefaultValue; // 0x0060(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic)
|
||||
class FString ToolTip; // 0x0070(0x0010)(Edit, ZeroConstructor, DisableEditOnInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_FDebugGlobalInfo;
|
||||
|
||||
// ScriptStruct DebugSystem.DebugGlobalInfoINI
|
||||
// 0x0088 (0x0088 - 0x0000)
|
||||
struct FDebugGlobalInfoINI final
|
||||
{
|
||||
public:
|
||||
class FName Name; // 0x0000(0x0008)(Edit, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
struct FDebugGlobalInfo Global; // 0x0008(0x0080)(Edit, DisableEditOnInstance, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_FDebugGlobalInfoINI;
|
||||
|
||||
// ScriptStruct DebugSystem.DebugGlobalVariableWrapper
|
||||
// 0x0060 (0x0060 - 0x0000)
|
||||
struct FDebugGlobalVariableWrapper final
|
||||
{
|
||||
public:
|
||||
class FName mKey; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
struct FDebugGlobalTypeInfo Type; // 0x0008(0x0058)(NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_FDebugGlobalVariableWrapper;
|
||||
|
||||
// ScriptStruct DebugSystem.DSTestStruct
|
||||
// 0x0028 (0x0028 - 0x0000)
|
||||
struct FDSTestStruct final
|
||||
{
|
||||
public:
|
||||
bool BoolProperty; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
float FloatProperty; // 0x0004(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
double DoubleProperty; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
int32 IntProperty; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
class FString stringProperty; // 0x0018(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_FDSTestStruct;
|
||||
|
||||
// ScriptStruct DebugSystem.DSBooleanTestStruct
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct alignas(0x04) FDSBooleanTestStruct final
|
||||
{
|
||||
public:
|
||||
bool firstFlag; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
uint8 secondFlag : 1; // 0x0004(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic))
|
||||
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
bool thirdFlag; // 0x0008(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
uint8 fourthFlag : 1; // 0x000C(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic))
|
||||
uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
bool fifthFlag; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool sixthFlag; // 0x0011(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_12[0x2]; // 0x0012(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
uint8 seventhFlag : 1; // 0x0014(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic))
|
||||
uint8 eigthFlag : 1; // 0x0014(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic))
|
||||
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_FDSBooleanTestStruct;
|
||||
|
||||
// ScriptStruct DebugSystem.DSTestPropertyTypes
|
||||
// 0x0078 (0x0078 - 0x0000)
|
||||
struct FDSTestPropertyTypes final
|
||||
{
|
||||
public:
|
||||
bool BoolProperty; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 BitFieldProperty : 1; // 0x0001(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic))
|
||||
EDebugGlobalType EnumProperty; // 0x0002(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_3[0x5]; // 0x0003(0x0005)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
TMulticastInlineDelegate<void()> DelegateProperty; // 0x0008(0x0010)(ZeroConstructor, InstancedReference, NativeAccessSpecifierPublic)
|
||||
float FloatProperty; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
double DoubleProperty; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
int32 Int32Property; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint16 UInt16Property; // 0x002C(0x0002)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_2E[0x2]; // 0x002E(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
int64 Int64Property; // 0x0030(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
class UObject* ObjectProperty; // 0x0038(0x0008)(ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TWeakObjectPtr<class UObject> WeakObjectProperty; // 0x0040(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TSoftObjectPtr<class UObject> SoftObjectProperty; // 0x0048(0x0028)(UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TSubclassOf<class UObject> SubClassOfProperty; // 0x0070(0x0008)(ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_FDSTestPropertyTypes;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user