320 lines
8.4 KiB
C++
320 lines
8.4 KiB
C++
|
|
#pragma once
|
|||
|
|
|
|||
|
|
/*
|
|||
|
|
* SDK generated by Dumper-7
|
|||
|
|
*
|
|||
|
|
* https://github.com/Encryqed/Dumper-7
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
// Package: Slate
|
|||
|
|
|
|||
|
|
#include "Basic.hpp"
|
|||
|
|
|
|||
|
|
#include "CoreUObject_classes.hpp"
|
|||
|
|
#include "SlateCore_structs.hpp"
|
|||
|
|
#include "SlateCore_classes.hpp"
|
|||
|
|
|
|||
|
|
|
|||
|
|
namespace SDK
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
// Class Slate.ToolMenuBase
|
|||
|
|
// 0x0000 (0x0028 - 0x0028)
|
|||
|
|
class UToolMenuBase final : public UObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("ToolMenuBase")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"ToolMenuBase")
|
|||
|
|
}
|
|||
|
|
static class UToolMenuBase* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UToolMenuBase>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UToolMenuBase;
|
|||
|
|
|
|||
|
|
// Class Slate.SlateSettings
|
|||
|
|
// 0x0008 (0x0030 - 0x0028)
|
|||
|
|
class USlateSettings final : public UObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
bool bExplicitCanvasChildZOrder; // 0x0028(0x0001)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|||
|
|
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("SlateSettings")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"SlateSettings")
|
|||
|
|
}
|
|||
|
|
static class USlateSettings* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<USlateSettings>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_USlateSettings;
|
|||
|
|
|
|||
|
|
// Class Slate.ButtonWidgetStyle
|
|||
|
|
// 0x0370 (0x03A0 - 0x0030)
|
|||
|
|
class UButtonWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FButtonStyle ButtonStyle; // 0x0030(0x0370)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("ButtonWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"ButtonWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static class UButtonWidgetStyle* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UButtonWidgetStyle>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UButtonWidgetStyle;
|
|||
|
|
|
|||
|
|
// Class Slate.CheckBoxWidgetStyle
|
|||
|
|
// 0x0950 (0x0980 - 0x0030)
|
|||
|
|
class UCheckBoxWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FCheckBoxStyle CheckBoxStyle; // 0x0030(0x0950)(Edit, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("CheckBoxWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"CheckBoxWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static class UCheckBoxWidgetStyle* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UCheckBoxWidgetStyle>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UCheckBoxWidgetStyle;
|
|||
|
|
|
|||
|
|
// Class Slate.ComboBoxWidgetStyle
|
|||
|
|
// 0x05A0 (0x05D0 - 0x0030)
|
|||
|
|
class UComboBoxWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FComboBoxStyle ComboBoxStyle; // 0x0030(0x05A0)(Edit, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("ComboBoxWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"ComboBoxWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static class UComboBoxWidgetStyle* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UComboBoxWidgetStyle>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UComboBoxWidgetStyle;
|
|||
|
|
|
|||
|
|
// Class Slate.ComboButtonWidgetStyle
|
|||
|
|
// 0x0540 (0x0570 - 0x0030)
|
|||
|
|
class UComboButtonWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FComboButtonStyle ComboButtonStyle; // 0x0030(0x0540)(Edit, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("ComboButtonWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"ComboButtonWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static class UComboButtonWidgetStyle* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UComboButtonWidgetStyle>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UComboButtonWidgetStyle;
|
|||
|
|
|
|||
|
|
// Class Slate.EditableTextBoxWidgetStyle
|
|||
|
|
// 0x0C80 (0x0CB0 - 0x0030)
|
|||
|
|
class UEditableTextBoxWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FEditableTextBoxStyle EditableTextBoxStyle; // 0x0030(0x0C80)(Edit, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("EditableTextBoxWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"EditableTextBoxWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static class UEditableTextBoxWidgetStyle* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UEditableTextBoxWidgetStyle>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UEditableTextBoxWidgetStyle;
|
|||
|
|
|
|||
|
|
// Class Slate.EditableTextWidgetStyle
|
|||
|
|
// 0x0290 (0x02C0 - 0x0030)
|
|||
|
|
class UEditableTextWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FEditableTextStyle EditableTextStyle; // 0x0030(0x0290)(Edit, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("EditableTextWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"EditableTextWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static class UEditableTextWidgetStyle* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UEditableTextWidgetStyle>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UEditableTextWidgetStyle;
|
|||
|
|
|
|||
|
|
// Class Slate.ProgressWidgetStyle
|
|||
|
|
// 0x0230 (0x0260 - 0x0030)
|
|||
|
|
class UProgressWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FProgressBarStyle ProgressBarStyle; // 0x0030(0x0230)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("ProgressWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"ProgressWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static class UProgressWidgetStyle* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UProgressWidgetStyle>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UProgressWidgetStyle;
|
|||
|
|
|
|||
|
|
// Class Slate.ScrollBarWidgetStyle
|
|||
|
|
// 0x0650 (0x0680 - 0x0030)
|
|||
|
|
class UScrollBarWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FScrollBarStyle ScrollBarStyle; // 0x0030(0x0650)(Edit, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("ScrollBarWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"ScrollBarWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static class UScrollBarWidgetStyle* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UScrollBarWidgetStyle>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UScrollBarWidgetStyle;
|
|||
|
|
|
|||
|
|
// Class Slate.ScrollBoxWidgetStyle
|
|||
|
|
// 0x02F0 (0x0320 - 0x0030)
|
|||
|
|
class UScrollBoxWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FScrollBoxStyle ScrollBoxStyle; // 0x0030(0x02F0)(Edit, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("ScrollBoxWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"ScrollBoxWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static class UScrollBoxWidgetStyle* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UScrollBoxWidgetStyle>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UScrollBoxWidgetStyle;
|
|||
|
|
|
|||
|
|
// Class Slate.SpinBoxWidgetStyle
|
|||
|
|
// 0x0520 (0x0550 - 0x0030)
|
|||
|
|
class USpinBoxWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FSpinBoxStyle SpinBoxStyle; // 0x0030(0x0520)(Edit, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("SpinBoxWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"SpinBoxWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static class USpinBoxWidgetStyle* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<USpinBoxWidgetStyle>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_USpinBoxWidgetStyle;
|
|||
|
|
|
|||
|
|
// Class Slate.TextBlockWidgetStyle
|
|||
|
|
// 0x02E0 (0x0310 - 0x0030)
|
|||
|
|
class UTextBlockWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FTextBlockStyle TextBlockStyle; // 0x0030(0x02E0)(Edit, NativeAccessSpecifierPublic)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("TextBlockWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"TextBlockWidgetStyle")
|
|||
|
|
}
|
|||
|
|
static class UTextBlockWidgetStyle* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UTextBlockWidgetStyle>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UTextBlockWidgetStyle;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|