275 lines
7.1 KiB
C++
275 lines
7.1 KiB
C++
|
|
#pragma once
|
|||
|
|
|
|||
|
|
/*
|
|||
|
|
* SDK generated by Dumper-7
|
|||
|
|
*
|
|||
|
|
* https://github.com/Encryqed/Dumper-7
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
// Package: Slate
|
|||
|
|
|
|||
|
|
#include "Basic.hpp"
|
|||
|
|
|
|||
|
|
#include "SlateCore_structs.hpp"
|
|||
|
|
#include "SlateCore_classes.hpp"
|
|||
|
|
|
|||
|
|
|
|||
|
|
namespace SDK
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
// Class Slate.ButtonWidgetStyle
|
|||
|
|
// 0x02A8 (0x02D8 - 0x0030)
|
|||
|
|
class UButtonWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FButtonStyle ButtonStyle; // 0x0030(0x02A8)(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
|
|||
|
|
// 0x05E0 (0x0610 - 0x0030)
|
|||
|
|
class UCheckBoxWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FCheckBoxStyle CheckBoxStyle; // 0x0030(0x05E0)(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
|
|||
|
|
// 0x0428 (0x0458 - 0x0030)
|
|||
|
|
class UComboBoxWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FComboBoxStyle ComboBoxStyle; // 0x0030(0x0428)(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
|
|||
|
|
// 0x03E0 (0x0410 - 0x0030)
|
|||
|
|
class UComboButtonWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FComboButtonStyle ComboButtonStyle; // 0x0030(0x03E0)(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
|
|||
|
|
// 0x0848 (0x0878 - 0x0030)
|
|||
|
|
class UEditableTextBoxWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FEditableTextBoxStyle EditableTextBoxStyle; // 0x0030(0x0848)(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
|
|||
|
|
// 0x0220 (0x0250 - 0x0030)
|
|||
|
|
class UEditableTextWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FEditableTextStyle EditableTextStyle; // 0x0030(0x0220)(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
|
|||
|
|
// 0x01B8 (0x01E8 - 0x0030)
|
|||
|
|
class UProgressWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FProgressBarStyle ProgressBarStyle; // 0x0030(0x01B8)(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
|
|||
|
|
// 0x0518 (0x0548 - 0x0030)
|
|||
|
|
class UScrollBarWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FScrollBarStyle ScrollBarStyle; // 0x0030(0x0518)(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
|
|||
|
|
// 0x0248 (0x0278 - 0x0030)
|
|||
|
|
class UScrollBoxWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FScrollBoxStyle ScrollBoxStyle; // 0x0030(0x0248)(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
|
|||
|
|
// 0x0310 (0x0340 - 0x0030)
|
|||
|
|
class USpinBoxWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FSpinBoxStyle SpinBoxStyle; // 0x0030(0x0310)(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
|
|||
|
|
// 0x0150 (0x0180 - 0x0030)
|
|||
|
|
class UTextBlockWidgetStyle final : public USlateWidgetStyleContainerBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FTextBlockStyle TextBlockStyle; // 0x0030(0x0150)(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;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|