Update SDK
This commit is contained in:
@@ -230,15 +230,6 @@ enum class EUserInterfaceActionType : uint8
|
||||
EUserInterfaceActionType_MAX = 6,
|
||||
};
|
||||
|
||||
// ScriptStruct Slate.VirtualKeyboardOptions
|
||||
// 0x0001 (0x0001 - 0x0000)
|
||||
struct FVirtualKeyboardOptions final
|
||||
{
|
||||
public:
|
||||
bool bEnableAutocorrect; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_FVirtualKeyboardOptions;
|
||||
|
||||
// ScriptStruct Slate.CustomizedToolMenuSection
|
||||
// 0x0004 (0x0004 - 0x0000)
|
||||
struct FCustomizedToolMenuSection final
|
||||
@@ -248,6 +239,15 @@ public:
|
||||
};
|
||||
DUMPER7_ASSERTS_FCustomizedToolMenuSection;
|
||||
|
||||
// ScriptStruct Slate.VirtualKeyboardOptions
|
||||
// 0x0001 (0x0001 - 0x0000)
|
||||
struct FVirtualKeyboardOptions final
|
||||
{
|
||||
public:
|
||||
bool bEnableAutocorrect; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_FVirtualKeyboardOptions;
|
||||
|
||||
// ScriptStruct Slate.InputChord
|
||||
// 0x0020 (0x0020 - 0x0000)
|
||||
struct FInputChord final
|
||||
|
||||
Reference in New Issue
Block a user