#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Package: SlateCore #include "Basic.hpp" #include "CoreUObject_structs.hpp" namespace SDK { // Enum SlateCore.EWidgetClipping // NumValues: 0x0006 enum class EWidgetClipping : uint8 { Inherit = 0, ClipToBounds = 1, ClipToBoundsWithoutIntersecting = 2, ClipToBoundsAlways = 3, OnDemand = 4, EWidgetClipping_MAX = 5, }; // Enum SlateCore.EFontLayoutMethod // NumValues: 0x0003 enum class EFontLayoutMethod : uint8 { Metrics = 0, BoundingBox = 1, EFontLayoutMethod_MAX = 2, }; // Enum SlateCore.EFontLoadingPolicy // NumValues: 0x0004 enum class EFontLoadingPolicy : uint8 { LazyLoad = 0, Stream = 1, Inline = 2, EFontLoadingPolicy_MAX = 3, }; // Enum SlateCore.EFontHinting // NumValues: 0x0006 enum class EFontHinting : uint8 { Default = 0, Auto = 1, AutoLight = 2, Monochrome = 3, None = 4, EFontHinting_MAX = 5, }; // Enum SlateCore.EFocusCause // NumValues: 0x0007 enum class EFocusCause : uint8 { Mouse = 0, Navigation = 1, SetDirectly = 2, Cleared = 3, OtherWidgetLostFocus = 4, WindowActivate = 5, EFocusCause_MAX = 6, }; // Enum SlateCore.EFlowDirectionPreference // NumValues: 0x0005 enum class EFlowDirectionPreference : uint8 { Inherit = 0, Culture = 1, LeftToRight = 2, RightToLeft = 3, EFlowDirectionPreference_MAX = 4, }; // Enum SlateCore.ETextShapingMethod // NumValues: 0x0004 enum class ETextShapingMethod : uint8 { Auto = 0, KerningOnly = 1, FullShaping = 2, ETextShapingMethod_MAX = 3, }; // Enum SlateCore.EUINavigationRule // NumValues: 0x0008 enum class EUINavigationRule : uint8 { Escape = 0, Explicit = 1, Wrap = 2, Stop = 3, Custom = 4, CustomBoundary = 5, Invalid = 6, EUINavigationRule_MAX = 7, }; // Enum SlateCore.EColorVisionDeficiency // NumValues: 0x0005 enum class EColorVisionDeficiency : uint8 { NormalVision = 0, Deuteranope = 1, Protanope = 2, Tritanope = 3, EColorVisionDeficiency_MAX = 4, }; // Enum SlateCore.ESlateBrushImageType // NumValues: 0x0004 enum class ESlateBrushImageType : uint8 { NoImage = 0, FullColor = 1, Linear = 2, ESlateBrushImageType_MAX = 3, }; // Enum SlateCore.ESlateBrushMirrorType // NumValues: 0x0005 enum class ESlateBrushMirrorType : uint8 { NoMirror = 0, Horizontal = 1, Vertical = 2, Both = 3, ESlateBrushMirrorType_MAX = 4, }; // Enum SlateCore.ESlateBrushTileType // NumValues: 0x0005 enum class ESlateBrushTileType : uint8 { NoTile = 0, Horizontal = 1, Vertical = 2, Both = 3, ESlateBrushTileType_MAX = 4, }; // Enum SlateCore.ESlateBrushDrawType // NumValues: 0x0005 enum class ESlateBrushDrawType : uint8 { NoDrawType = 0, Box = 1, Border = 2, Image = 3, ESlateBrushDrawType_MAX = 4, }; // Enum SlateCore.ESlateColorStylingMode // NumValues: 0x0005 enum class ESlateColorStylingMode : uint8 { UseColor_Specified = 0, UseColor_Specified_Link = 1, UseColor_Foreground = 2, UseColor_Foreground_Subdued = 3, UseColor_MAX = 4, }; // Enum SlateCore.ESlateDebuggingFocusEvent // NumValues: 0x0004 enum class ESlateDebuggingFocusEvent : uint8 { FocusChanging = 0, FocusLost = 1, FocusReceived = 2, MAX = 3, }; // Enum SlateCore.ESlateDebuggingNavigationMethod // NumValues: 0x0007 enum class ESlateDebuggingNavigationMethod : uint8 { Unknown = 0, Explicit = 1, CustomDelegateBound = 2, CustomDelegateUnbound = 3, NextOrPrevious = 4, HitTestGrid = 5, ESlateDebuggingNavigationMethod_MAX = 6, }; // Enum SlateCore.ESlateDebuggingStateChangeEvent // NumValues: 0x0003 enum class ESlateDebuggingStateChangeEvent : uint8 { MouseCaptureGained = 0, MouseCaptureLost = 1, ESlateDebuggingStateChangeEvent_MAX = 2, }; // Enum SlateCore.ESlateDebuggingInputEvent // NumValues: 0x001B enum class ESlateDebuggingInputEvent : uint8 { MouseMove = 0, MouseEnter = 1, MouseLeave = 2, PreviewMouseButtonDown = 3, MouseButtonDown = 4, MouseButtonUp = 5, MouseButtonDoubleClick = 6, MouseWheel = 7, TouchStart = 8, TouchEnd = 9, TouchForceChanged = 10, TouchFirstMove = 11, TouchMoved = 12, DragDetected = 13, DragEnter = 14, DragLeave = 15, DragOver = 16, DragDrop = 17, DropMessage = 18, PreviewKeyDown = 19, KeyDown = 20, KeyUp = 21, KeyChar = 22, AnalogInput = 23, TouchGesture = 24, MotionDetected = 25, MAX = 26, }; // Enum SlateCore.ESelectInfo // NumValues: 0x0005 enum class ESelectInfo : uint8 { OnKeyPress = 0, OnNavigation = 1, OnMouseClick = 2, Direct = 3, ESelectInfo_MAX = 4, }; // Enum SlateCore.ETextCommit // NumValues: 0x0005 enum class ETextCommit : uint8 { Default = 0, OnEnter = 1, OnUserMovedFocus = 2, OnCleared = 3, ETextCommit_MAX = 4, }; // Enum SlateCore.EScrollDirection // NumValues: 0x0003 enum class EScrollDirection : uint8 { Scroll_Down = 0, Scroll_Up = 1, Scroll_MAX = 2, }; // Enum SlateCore.EOrientation // NumValues: 0x0003 enum class EOrientation : uint8 { Orient_Horizontal = 0, Orient_Vertical = 1, Orient_MAX = 2, }; // Enum SlateCore.EMenuPlacement // NumValues: 0x000E enum class EMenuPlacement : uint8 { MenuPlacement_BelowAnchor = 0, MenuPlacement_CenteredBelowAnchor = 1, MenuPlacement_BelowRightAnchor = 2, MenuPlacement_ComboBox = 3, MenuPlacement_ComboBoxRight = 4, MenuPlacement_MenuRight = 5, MenuPlacement_AboveAnchor = 6, MenuPlacement_CenteredAboveAnchor = 7, MenuPlacement_AboveRightAnchor = 8, MenuPlacement_MenuLeft = 9, MenuPlacement_Center = 10, MenuPlacement_RightLeftCenter = 11, MenuPlacement_MatchBottomLeft = 12, MenuPlacement_MAX = 13, }; // Enum SlateCore.EVerticalAlignment // NumValues: 0x0005 enum class EVerticalAlignment : uint8 { VAlign_Fill = 0, VAlign_Top = 1, VAlign_Center = 2, VAlign_Bottom = 3, VAlign_MAX = 4, }; // Enum SlateCore.EHorizontalAlignment // NumValues: 0x0005 enum class EHorizontalAlignment : uint8 { HAlign_Fill = 0, HAlign_Left = 1, HAlign_Center = 2, HAlign_Right = 3, HAlign_MAX = 4, }; // Enum SlateCore.ENavigationGenesis // NumValues: 0x0004 enum class ENavigationGenesis : uint8 { Keyboard = 0, Controller = 1, User = 2, ENavigationGenesis_MAX = 3, }; // Enum SlateCore.ENavigationSource // NumValues: 0x0003 enum class ENavigationSource : uint8 { FocusedWidget = 0, WidgetUnderCursor = 1, ENavigationSource_MAX = 2, }; // Enum SlateCore.EUINavigationAction // NumValues: 0x0005 enum class EUINavigationAction : uint8 { Accept = 0, Back = 1, Num = 2, Invalid = 3, EUINavigationAction_MAX = 4, }; // Enum SlateCore.EUINavigation // NumValues: 0x0009 enum class EUINavigation : uint8 { Left = 0, Right = 1, Up = 2, Down = 3, Next = 4, Previous = 5, Num = 6, Invalid = 7, EUINavigation_MAX = 8, }; // Enum SlateCore.EButtonPressMethod // NumValues: 0x0004 enum class EButtonPressMethod : uint8 { DownAndUp = 0, ButtonPress = 1, ButtonRelease = 2, EButtonPressMethod_MAX = 3, }; // Enum SlateCore.EButtonTouchMethod // NumValues: 0x0004 enum class EButtonTouchMethod : uint8 { DownAndUp = 0, Down = 1, PreciseTap = 2, EButtonTouchMethod_MAX = 3, }; // Enum SlateCore.EButtonClickMethod // NumValues: 0x0005 enum class EButtonClickMethod : uint8 { DownAndUp = 0, MouseDown = 1, MouseUp = 2, PreciseClick = 3, EButtonClickMethod_MAX = 4, }; // Enum SlateCore.ECheckBoxState // NumValues: 0x0004 enum class ECheckBoxState : uint8 { Unchecked = 0, Checked = 1, Undetermined = 2, ECheckBoxState_MAX = 3, }; // Enum SlateCore.ESlateCheckBoxType // NumValues: 0x0003 enum class ESlateCheckBoxType : uint8 { CheckBox = 0, ToggleButton = 1, ESlateCheckBoxType_MAX = 2, }; // Enum SlateCore.ESlateParentWindowSearchMethod // NumValues: 0x0003 enum class ESlateParentWindowSearchMethod : uint8 { ActiveWindow = 0, MainWindow = 1, ESlateParentWindowSearchMethod_MAX = 2, }; // Enum SlateCore.EConsumeMouseWheel // NumValues: 0x0004 enum class EConsumeMouseWheel : uint8 { WhenScrollingPossible = 0, Always = 1, Never = 2, EConsumeMouseWheel_MAX = 3, }; // ScriptStruct SlateCore.Margin // 0x0010 (0x0010 - 0x0000) struct FMargin final { public: float Left; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) float top; // 0x0004(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) float Right; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) float Bottom; // 0x000C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; static_assert(alignof(FMargin) == 0x000004, "Wrong alignment on FMargin"); static_assert(sizeof(FMargin) == 0x000010, "Wrong size on FMargin"); static_assert(offsetof(FMargin, Left) == 0x000000, "Member 'FMargin::Left' has a wrong offset!"); static_assert(offsetof(FMargin, top) == 0x000004, "Member 'FMargin::top' has a wrong offset!"); static_assert(offsetof(FMargin, Right) == 0x000008, "Member 'FMargin::Right' has a wrong offset!"); static_assert(offsetof(FMargin, Bottom) == 0x00000C, "Member 'FMargin::Bottom' has a wrong offset!"); // ScriptStruct SlateCore.SlateColor // 0x0028 (0x0028 - 0x0000) struct alignas(0x08) FSlateColor final { public: struct FLinearColor SpecifiedColor; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) ESlateColorStylingMode ColorUseRule; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) uint8 Pad_11[0x17]; // 0x0011(0x0017)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FSlateColor) == 0x000008, "Wrong alignment on FSlateColor"); static_assert(sizeof(FSlateColor) == 0x000028, "Wrong size on FSlateColor"); static_assert(offsetof(FSlateColor, SpecifiedColor) == 0x000000, "Member 'FSlateColor::SpecifiedColor' has a wrong offset!"); static_assert(offsetof(FSlateColor, ColorUseRule) == 0x000010, "Member 'FSlateColor::ColorUseRule' has a wrong offset!"); // ScriptStruct SlateCore.SlateBrush // 0x0088 (0x0088 - 0x0000) struct FSlateBrush final { public: uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) struct FVector2D ImageSize; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FMargin Margin; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) struct FSlateColor TintColor; // 0x0020(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) class UObject* ResourceObject; // 0x0048(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) class FName ResourceName; // 0x0050(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) struct FBox2D UVRegion; // 0x0058(0x0014)(ZeroConstructor, NoDestructor, Protected, NativeAccessSpecifierProtected) ESlateBrushDrawType DrawAs; // 0x006C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) ESlateBrushTileType Tiling; // 0x006D(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) ESlateBrushMirrorType Mirroring; // 0x006E(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) ESlateBrushImageType ImageType; // 0x006F(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_70[0x10]; // 0x0070(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) uint8 bIsDynamicallyLoaded : 1; // 0x0080(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) uint8 bHasUObject : 1; // 0x0080(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Deprecated, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)) uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FSlateBrush) == 0x000008, "Wrong alignment on FSlateBrush"); static_assert(sizeof(FSlateBrush) == 0x000088, "Wrong size on FSlateBrush"); static_assert(offsetof(FSlateBrush, ImageSize) == 0x000008, "Member 'FSlateBrush::ImageSize' has a wrong offset!"); static_assert(offsetof(FSlateBrush, Margin) == 0x000010, "Member 'FSlateBrush::Margin' has a wrong offset!"); static_assert(offsetof(FSlateBrush, TintColor) == 0x000020, "Member 'FSlateBrush::TintColor' has a wrong offset!"); static_assert(offsetof(FSlateBrush, ResourceObject) == 0x000048, "Member 'FSlateBrush::ResourceObject' has a wrong offset!"); static_assert(offsetof(FSlateBrush, ResourceName) == 0x000050, "Member 'FSlateBrush::ResourceName' has a wrong offset!"); static_assert(offsetof(FSlateBrush, UVRegion) == 0x000058, "Member 'FSlateBrush::UVRegion' has a wrong offset!"); static_assert(offsetof(FSlateBrush, DrawAs) == 0x00006C, "Member 'FSlateBrush::DrawAs' has a wrong offset!"); static_assert(offsetof(FSlateBrush, Tiling) == 0x00006D, "Member 'FSlateBrush::Tiling' has a wrong offset!"); static_assert(offsetof(FSlateBrush, Mirroring) == 0x00006E, "Member 'FSlateBrush::Mirroring' has a wrong offset!"); static_assert(offsetof(FSlateBrush, ImageType) == 0x00006F, "Member 'FSlateBrush::ImageType' has a wrong offset!"); // ScriptStruct SlateCore.SlateWidgetStyle // 0x0008 (0x0008 - 0x0000) struct alignas(0x08) FSlateWidgetStyle { public: uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FSlateWidgetStyle) == 0x000008, "Wrong alignment on FSlateWidgetStyle"); static_assert(sizeof(FSlateWidgetStyle) == 0x000008, "Wrong size on FSlateWidgetStyle"); // ScriptStruct SlateCore.SliderStyle // 0x0338 (0x0340 - 0x0008) struct FSliderStyle final : public FSlateWidgetStyle { public: struct FSlateBrush NormalBarImage; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush HoveredBarImage; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush DisabledBarImage; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush NormalThumbImage; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush HoveredThumbImage; // 0x0228(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush DisabledThumbImage; // 0x02B0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) float BarThickness; // 0x0338(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_33C[0x4]; // 0x033C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FSliderStyle) == 0x000008, "Wrong alignment on FSliderStyle"); static_assert(sizeof(FSliderStyle) == 0x000340, "Wrong size on FSliderStyle"); static_assert(offsetof(FSliderStyle, NormalBarImage) == 0x000008, "Member 'FSliderStyle::NormalBarImage' has a wrong offset!"); static_assert(offsetof(FSliderStyle, HoveredBarImage) == 0x000090, "Member 'FSliderStyle::HoveredBarImage' has a wrong offset!"); static_assert(offsetof(FSliderStyle, DisabledBarImage) == 0x000118, "Member 'FSliderStyle::DisabledBarImage' has a wrong offset!"); static_assert(offsetof(FSliderStyle, NormalThumbImage) == 0x0001A0, "Member 'FSliderStyle::NormalThumbImage' has a wrong offset!"); static_assert(offsetof(FSliderStyle, HoveredThumbImage) == 0x000228, "Member 'FSliderStyle::HoveredThumbImage' has a wrong offset!"); static_assert(offsetof(FSliderStyle, DisabledThumbImage) == 0x0002B0, "Member 'FSliderStyle::DisabledThumbImage' has a wrong offset!"); static_assert(offsetof(FSliderStyle, BarThickness) == 0x000338, "Member 'FSliderStyle::BarThickness' has a wrong offset!"); // ScriptStruct SlateCore.VolumeControlStyle // 0x05E8 (0x05F0 - 0x0008) struct FVolumeControlStyle final : public FSlateWidgetStyle { public: struct FSliderStyle SliderStyle; // 0x0008(0x0340)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush HighVolumeImage; // 0x0348(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush MidVolumeImage; // 0x03D0(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush LowVolumeImage; // 0x0458(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush NoVolumeImage; // 0x04E0(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush MutedImage; // 0x0568(0x0088)(Edit, NativeAccessSpecifierPublic) }; static_assert(alignof(FVolumeControlStyle) == 0x000008, "Wrong alignment on FVolumeControlStyle"); static_assert(sizeof(FVolumeControlStyle) == 0x0005F0, "Wrong size on FVolumeControlStyle"); static_assert(offsetof(FVolumeControlStyle, SliderStyle) == 0x000008, "Member 'FVolumeControlStyle::SliderStyle' has a wrong offset!"); static_assert(offsetof(FVolumeControlStyle, HighVolumeImage) == 0x000348, "Member 'FVolumeControlStyle::HighVolumeImage' has a wrong offset!"); static_assert(offsetof(FVolumeControlStyle, MidVolumeImage) == 0x0003D0, "Member 'FVolumeControlStyle::MidVolumeImage' has a wrong offset!"); static_assert(offsetof(FVolumeControlStyle, LowVolumeImage) == 0x000458, "Member 'FVolumeControlStyle::LowVolumeImage' has a wrong offset!"); static_assert(offsetof(FVolumeControlStyle, NoVolumeImage) == 0x0004E0, "Member 'FVolumeControlStyle::NoVolumeImage' has a wrong offset!"); static_assert(offsetof(FVolumeControlStyle, MutedImage) == 0x000568, "Member 'FVolumeControlStyle::MutedImage' has a wrong offset!"); // ScriptStruct SlateCore.InputEvent // 0x0018 (0x0018 - 0x0000) struct alignas(0x08) FInputEvent { public: uint8 Pad_0[0x18]; // 0x0000(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FInputEvent) == 0x000008, "Wrong alignment on FInputEvent"); static_assert(sizeof(FInputEvent) == 0x000018, "Wrong size on FInputEvent"); // ScriptStruct SlateCore.NavigationEvent // 0x0008 (0x0020 - 0x0018) struct FNavigationEvent final : public FInputEvent { public: uint8 Pad_18[0x8]; // 0x0018(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FNavigationEvent) == 0x000008, "Wrong alignment on FNavigationEvent"); static_assert(sizeof(FNavigationEvent) == 0x000020, "Wrong size on FNavigationEvent"); // ScriptStruct SlateCore.PointerEvent // 0x0058 (0x0070 - 0x0018) struct FPointerEvent final : public FInputEvent { public: uint8 Pad_18[0x58]; // 0x0018(0x0058)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FPointerEvent) == 0x000008, "Wrong alignment on FPointerEvent"); static_assert(sizeof(FPointerEvent) == 0x000070, "Wrong size on FPointerEvent"); // ScriptStruct SlateCore.Geometry // 0x0038 (0x0038 - 0x0000) struct alignas(0x04) FGeometry final { public: uint8 Pad_0[0x38]; // 0x0000(0x0038)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FGeometry) == 0x000004, "Wrong alignment on FGeometry"); static_assert(sizeof(FGeometry) == 0x000038, "Wrong size on FGeometry"); // ScriptStruct SlateCore.SlateSound // 0x0018 (0x0018 - 0x0000) struct FSlateSound final { public: class UObject* ResourceObject; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) uint8 Pad_8[0x10]; // 0x0008(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FSlateSound) == 0x000008, "Wrong alignment on FSlateSound"); static_assert(sizeof(FSlateSound) == 0x000018, "Wrong size on FSlateSound"); static_assert(offsetof(FSlateSound, ResourceObject) == 0x000000, "Member 'FSlateSound::ResourceObject' has a wrong offset!"); // ScriptStruct SlateCore.CheckBoxStyle // 0x0578 (0x0580 - 0x0008) struct FCheckBoxStyle final : public FSlateWidgetStyle { public: ESlateCheckBoxType CheckBoxType; // 0x0008(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) struct FSlateBrush UncheckedImage; // 0x0010(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush UncheckedHoveredImage; // 0x0098(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush UncheckedPressedImage; // 0x0120(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush CheckedImage; // 0x01A8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush CheckedHoveredImage; // 0x0230(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush CheckedPressedImage; // 0x02B8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush UndeterminedImage; // 0x0340(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush UndeterminedHoveredImage; // 0x03C8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush UndeterminedPressedImage; // 0x0450(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FMargin Padding; // 0x04D8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) struct FSlateColor ForegroundColor; // 0x04E8(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateColor BorderBackgroundColor; // 0x0510(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateSound CheckedSlateSound; // 0x0538(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) struct FSlateSound UncheckedSlateSound; // 0x0550(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) struct FSlateSound HoveredSlateSound; // 0x0568(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) }; static_assert(alignof(FCheckBoxStyle) == 0x000008, "Wrong alignment on FCheckBoxStyle"); static_assert(sizeof(FCheckBoxStyle) == 0x000580, "Wrong size on FCheckBoxStyle"); static_assert(offsetof(FCheckBoxStyle, CheckBoxType) == 0x000008, "Member 'FCheckBoxStyle::CheckBoxType' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, UncheckedImage) == 0x000010, "Member 'FCheckBoxStyle::UncheckedImage' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, UncheckedHoveredImage) == 0x000098, "Member 'FCheckBoxStyle::UncheckedHoveredImage' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, UncheckedPressedImage) == 0x000120, "Member 'FCheckBoxStyle::UncheckedPressedImage' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, CheckedImage) == 0x0001A8, "Member 'FCheckBoxStyle::CheckedImage' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, CheckedHoveredImage) == 0x000230, "Member 'FCheckBoxStyle::CheckedHoveredImage' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, CheckedPressedImage) == 0x0002B8, "Member 'FCheckBoxStyle::CheckedPressedImage' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, UndeterminedImage) == 0x000340, "Member 'FCheckBoxStyle::UndeterminedImage' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, UndeterminedHoveredImage) == 0x0003C8, "Member 'FCheckBoxStyle::UndeterminedHoveredImage' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, UndeterminedPressedImage) == 0x000450, "Member 'FCheckBoxStyle::UndeterminedPressedImage' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, Padding) == 0x0004D8, "Member 'FCheckBoxStyle::Padding' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, ForegroundColor) == 0x0004E8, "Member 'FCheckBoxStyle::ForegroundColor' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, BorderBackgroundColor) == 0x000510, "Member 'FCheckBoxStyle::BorderBackgroundColor' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, CheckedSlateSound) == 0x000538, "Member 'FCheckBoxStyle::CheckedSlateSound' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, UncheckedSlateSound) == 0x000550, "Member 'FCheckBoxStyle::UncheckedSlateSound' has a wrong offset!"); static_assert(offsetof(FCheckBoxStyle, HoveredSlateSound) == 0x000568, "Member 'FCheckBoxStyle::HoveredSlateSound' has a wrong offset!"); // ScriptStruct SlateCore.FontOutlineSettings // 0x0020 (0x0020 - 0x0000) struct FFontOutlineSettings final { public: int32 OutlineSize; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool bSeparateFillAlpha; // 0x0004(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool bApplyOutlineToDropShadows; // 0x0005(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_6[0x2]; // 0x0006(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) class UObject* OutlineMaterial; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FLinearColor OutlineColor; // 0x0010(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; static_assert(alignof(FFontOutlineSettings) == 0x000008, "Wrong alignment on FFontOutlineSettings"); static_assert(sizeof(FFontOutlineSettings) == 0x000020, "Wrong size on FFontOutlineSettings"); static_assert(offsetof(FFontOutlineSettings, OutlineSize) == 0x000000, "Member 'FFontOutlineSettings::OutlineSize' has a wrong offset!"); static_assert(offsetof(FFontOutlineSettings, bSeparateFillAlpha) == 0x000004, "Member 'FFontOutlineSettings::bSeparateFillAlpha' has a wrong offset!"); static_assert(offsetof(FFontOutlineSettings, bApplyOutlineToDropShadows) == 0x000005, "Member 'FFontOutlineSettings::bApplyOutlineToDropShadows' has a wrong offset!"); static_assert(offsetof(FFontOutlineSettings, OutlineMaterial) == 0x000008, "Member 'FFontOutlineSettings::OutlineMaterial' has a wrong offset!"); static_assert(offsetof(FFontOutlineSettings, OutlineColor) == 0x000010, "Member 'FFontOutlineSettings::OutlineColor' has a wrong offset!"); // ScriptStruct SlateCore.SlateFontInfo // 0x0058 (0x0058 - 0x0000) struct FSlateFontInfo final { public: class UObject* FontObject; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) class UObject* FontMaterial; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FFontOutlineSettings OutlineSettings; // 0x0010(0x0020)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_30[0x10]; // 0x0030(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) class FName TypefaceFontName; // 0x0040(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) int32 Size; // 0x0048(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) int32 LetterSpacing; // 0x004C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_50[0x8]; // 0x0050(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FSlateFontInfo) == 0x000008, "Wrong alignment on FSlateFontInfo"); static_assert(sizeof(FSlateFontInfo) == 0x000058, "Wrong size on FSlateFontInfo"); static_assert(offsetof(FSlateFontInfo, FontObject) == 0x000000, "Member 'FSlateFontInfo::FontObject' has a wrong offset!"); static_assert(offsetof(FSlateFontInfo, FontMaterial) == 0x000008, "Member 'FSlateFontInfo::FontMaterial' has a wrong offset!"); static_assert(offsetof(FSlateFontInfo, OutlineSettings) == 0x000010, "Member 'FSlateFontInfo::OutlineSettings' has a wrong offset!"); static_assert(offsetof(FSlateFontInfo, TypefaceFontName) == 0x000040, "Member 'FSlateFontInfo::TypefaceFontName' has a wrong offset!"); static_assert(offsetof(FSlateFontInfo, Size) == 0x000048, "Member 'FSlateFontInfo::Size' has a wrong offset!"); static_assert(offsetof(FSlateFontInfo, LetterSpacing) == 0x00004C, "Member 'FSlateFontInfo::LetterSpacing' has a wrong offset!"); // ScriptStruct SlateCore.TextBlockStyle // 0x0268 (0x0270 - 0x0008) struct FTextBlockStyle final : public FSlateWidgetStyle { public: struct FSlateFontInfo Font; // 0x0008(0x0058)(Edit, BlueprintVisible, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FSlateColor ColorAndOpacity; // 0x0060(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FVector2D ShadowOffset; // 0x0088(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FLinearColor ShadowColorAndOpacity; // 0x0090(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FSlateColor SelectedBackgroundColor; // 0x00A0(0x0028)(Edit, NativeAccessSpecifierPublic) struct FLinearColor HighlightColor; // 0x00C8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FSlateBrush HighlightShape; // 0x00D8(0x0088)(Edit, BlueprintVisible, AdvancedDisplay, NativeAccessSpecifierPublic) struct FSlateBrush StrikeBrush; // 0x0160(0x0088)(Edit, BlueprintVisible, AdvancedDisplay, NativeAccessSpecifierPublic) struct FSlateBrush UnderlineBrush; // 0x01E8(0x0088)(Edit, BlueprintVisible, AdvancedDisplay, NativeAccessSpecifierPublic) }; static_assert(alignof(FTextBlockStyle) == 0x000008, "Wrong alignment on FTextBlockStyle"); static_assert(sizeof(FTextBlockStyle) == 0x000270, "Wrong size on FTextBlockStyle"); static_assert(offsetof(FTextBlockStyle, Font) == 0x000008, "Member 'FTextBlockStyle::Font' has a wrong offset!"); static_assert(offsetof(FTextBlockStyle, ColorAndOpacity) == 0x000060, "Member 'FTextBlockStyle::ColorAndOpacity' has a wrong offset!"); static_assert(offsetof(FTextBlockStyle, ShadowOffset) == 0x000088, "Member 'FTextBlockStyle::ShadowOffset' has a wrong offset!"); static_assert(offsetof(FTextBlockStyle, ShadowColorAndOpacity) == 0x000090, "Member 'FTextBlockStyle::ShadowColorAndOpacity' has a wrong offset!"); static_assert(offsetof(FTextBlockStyle, SelectedBackgroundColor) == 0x0000A0, "Member 'FTextBlockStyle::SelectedBackgroundColor' has a wrong offset!"); static_assert(offsetof(FTextBlockStyle, HighlightColor) == 0x0000C8, "Member 'FTextBlockStyle::HighlightColor' has a wrong offset!"); static_assert(offsetof(FTextBlockStyle, HighlightShape) == 0x0000D8, "Member 'FTextBlockStyle::HighlightShape' has a wrong offset!"); static_assert(offsetof(FTextBlockStyle, StrikeBrush) == 0x000160, "Member 'FTextBlockStyle::StrikeBrush' has a wrong offset!"); static_assert(offsetof(FTextBlockStyle, UnderlineBrush) == 0x0001E8, "Member 'FTextBlockStyle::UnderlineBrush' has a wrong offset!"); // ScriptStruct SlateCore.ScrollBorderStyle // 0x0110 (0x0118 - 0x0008) struct FScrollBorderStyle final : public FSlateWidgetStyle { public: struct FSlateBrush TopShadowBrush; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush BottomShadowBrush; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) }; static_assert(alignof(FScrollBorderStyle) == 0x000008, "Wrong alignment on FScrollBorderStyle"); static_assert(sizeof(FScrollBorderStyle) == 0x000118, "Wrong size on FScrollBorderStyle"); static_assert(offsetof(FScrollBorderStyle, TopShadowBrush) == 0x000008, "Member 'FScrollBorderStyle::TopShadowBrush' has a wrong offset!"); static_assert(offsetof(FScrollBorderStyle, BottomShadowBrush) == 0x000090, "Member 'FScrollBorderStyle::BottomShadowBrush' has a wrong offset!"); // ScriptStruct SlateCore.CharacterEvent // 0x0008 (0x0020 - 0x0018) struct FCharacterEvent final : public FInputEvent { public: uint8 Pad_18[0x8]; // 0x0018(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FCharacterEvent) == 0x000008, "Wrong alignment on FCharacterEvent"); static_assert(sizeof(FCharacterEvent) == 0x000020, "Wrong size on FCharacterEvent"); // ScriptStruct SlateCore.KeyEvent // 0x0020 (0x0038 - 0x0018) struct FKeyEvent : public FInputEvent { public: uint8 Pad_18[0x20]; // 0x0018(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FKeyEvent) == 0x000008, "Wrong alignment on FKeyEvent"); static_assert(sizeof(FKeyEvent) == 0x000038, "Wrong size on FKeyEvent"); // ScriptStruct SlateCore.ScrollBarStyle // 0x04C8 (0x04D0 - 0x0008) struct FScrollBarStyle final : public FSlateWidgetStyle { public: struct FSlateBrush HorizontalBackgroundImage; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush VerticalBackgroundImage; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush VerticalTopSlotImage; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush HorizontalTopSlotImage; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush VerticalBottomSlotImage; // 0x0228(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush HorizontalBottomSlotImage; // 0x02B0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush NormalThumbImage; // 0x0338(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush HoveredThumbImage; // 0x03C0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush DraggedThumbImage; // 0x0448(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) }; static_assert(alignof(FScrollBarStyle) == 0x000008, "Wrong alignment on FScrollBarStyle"); static_assert(sizeof(FScrollBarStyle) == 0x0004D0, "Wrong size on FScrollBarStyle"); static_assert(offsetof(FScrollBarStyle, HorizontalBackgroundImage) == 0x000008, "Member 'FScrollBarStyle::HorizontalBackgroundImage' has a wrong offset!"); static_assert(offsetof(FScrollBarStyle, VerticalBackgroundImage) == 0x000090, "Member 'FScrollBarStyle::VerticalBackgroundImage' has a wrong offset!"); static_assert(offsetof(FScrollBarStyle, VerticalTopSlotImage) == 0x000118, "Member 'FScrollBarStyle::VerticalTopSlotImage' has a wrong offset!"); static_assert(offsetof(FScrollBarStyle, HorizontalTopSlotImage) == 0x0001A0, "Member 'FScrollBarStyle::HorizontalTopSlotImage' has a wrong offset!"); static_assert(offsetof(FScrollBarStyle, VerticalBottomSlotImage) == 0x000228, "Member 'FScrollBarStyle::VerticalBottomSlotImage' has a wrong offset!"); static_assert(offsetof(FScrollBarStyle, HorizontalBottomSlotImage) == 0x0002B0, "Member 'FScrollBarStyle::HorizontalBottomSlotImage' has a wrong offset!"); static_assert(offsetof(FScrollBarStyle, NormalThumbImage) == 0x000338, "Member 'FScrollBarStyle::NormalThumbImage' has a wrong offset!"); static_assert(offsetof(FScrollBarStyle, HoveredThumbImage) == 0x0003C0, "Member 'FScrollBarStyle::HoveredThumbImage' has a wrong offset!"); static_assert(offsetof(FScrollBarStyle, DraggedThumbImage) == 0x000448, "Member 'FScrollBarStyle::DraggedThumbImage' has a wrong offset!"); // ScriptStruct SlateCore.EditableTextBoxStyle // 0x07F0 (0x07F8 - 0x0008) struct FEditableTextBoxStyle final : public FSlateWidgetStyle { public: struct FSlateBrush BackgroundImageNormal; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush BackgroundImageHovered; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush BackgroundImageFocused; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush BackgroundImageReadOnly; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FMargin Padding; // 0x0228(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) struct FSlateFontInfo Font; // 0x0238(0x0058)(Edit, BlueprintVisible, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FSlateColor ForegroundColor; // 0x0290(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateColor BackgroundColor; // 0x02B8(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateColor ReadOnlyForegroundColor; // 0x02E0(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FMargin HScrollBarPadding; // 0x0308(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) struct FMargin VScrollBarPadding; // 0x0318(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) struct FScrollBarStyle ScrollBarStyle; // 0x0328(0x04D0)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) }; static_assert(alignof(FEditableTextBoxStyle) == 0x000008, "Wrong alignment on FEditableTextBoxStyle"); static_assert(sizeof(FEditableTextBoxStyle) == 0x0007F8, "Wrong size on FEditableTextBoxStyle"); static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageNormal) == 0x000008, "Member 'FEditableTextBoxStyle::BackgroundImageNormal' has a wrong offset!"); static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageHovered) == 0x000090, "Member 'FEditableTextBoxStyle::BackgroundImageHovered' has a wrong offset!"); static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageFocused) == 0x000118, "Member 'FEditableTextBoxStyle::BackgroundImageFocused' has a wrong offset!"); static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageReadOnly) == 0x0001A0, "Member 'FEditableTextBoxStyle::BackgroundImageReadOnly' has a wrong offset!"); static_assert(offsetof(FEditableTextBoxStyle, Padding) == 0x000228, "Member 'FEditableTextBoxStyle::Padding' has a wrong offset!"); static_assert(offsetof(FEditableTextBoxStyle, Font) == 0x000238, "Member 'FEditableTextBoxStyle::Font' has a wrong offset!"); static_assert(offsetof(FEditableTextBoxStyle, ForegroundColor) == 0x000290, "Member 'FEditableTextBoxStyle::ForegroundColor' has a wrong offset!"); static_assert(offsetof(FEditableTextBoxStyle, BackgroundColor) == 0x0002B8, "Member 'FEditableTextBoxStyle::BackgroundColor' has a wrong offset!"); static_assert(offsetof(FEditableTextBoxStyle, ReadOnlyForegroundColor) == 0x0002E0, "Member 'FEditableTextBoxStyle::ReadOnlyForegroundColor' has a wrong offset!"); static_assert(offsetof(FEditableTextBoxStyle, HScrollBarPadding) == 0x000308, "Member 'FEditableTextBoxStyle::HScrollBarPadding' has a wrong offset!"); static_assert(offsetof(FEditableTextBoxStyle, VScrollBarPadding) == 0x000318, "Member 'FEditableTextBoxStyle::VScrollBarPadding' has a wrong offset!"); static_assert(offsetof(FEditableTextBoxStyle, ScrollBarStyle) == 0x000328, "Member 'FEditableTextBoxStyle::ScrollBarStyle' has a wrong offset!"); // ScriptStruct SlateCore.InlineEditableTextBlockStyle // 0x0A68 (0x0A70 - 0x0008) struct FInlineEditableTextBlockStyle final : public FSlateWidgetStyle { public: struct FEditableTextBoxStyle EditableTextBoxStyle; // 0x0008(0x07F8)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FTextBlockStyle TextStyle; // 0x0800(0x0270)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) }; static_assert(alignof(FInlineEditableTextBlockStyle) == 0x000008, "Wrong alignment on FInlineEditableTextBlockStyle"); static_assert(sizeof(FInlineEditableTextBlockStyle) == 0x000A70, "Wrong size on FInlineEditableTextBlockStyle"); static_assert(offsetof(FInlineEditableTextBlockStyle, EditableTextBoxStyle) == 0x000008, "Member 'FInlineEditableTextBlockStyle::EditableTextBoxStyle' has a wrong offset!"); static_assert(offsetof(FInlineEditableTextBlockStyle, TextStyle) == 0x000800, "Member 'FInlineEditableTextBlockStyle::TextStyle' has a wrong offset!"); // ScriptStruct SlateCore.AnalogInputEvent // 0x0008 (0x0040 - 0x0038) struct FAnalogInputEvent final : public FKeyEvent { public: uint8 Pad_38[0x8]; // 0x0038(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FAnalogInputEvent) == 0x000008, "Wrong alignment on FAnalogInputEvent"); static_assert(sizeof(FAnalogInputEvent) == 0x000040, "Wrong size on FAnalogInputEvent"); // ScriptStruct SlateCore.FontData // 0x0020 (0x0020 - 0x0000) struct FFontData final { public: class FString FontFilename; // 0x0000(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) EFontHinting Hinting; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) EFontLoadingPolicy LoadingPolicy; // 0x0011(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) uint8 Pad_12[0x2]; // 0x0012(0x0002)(Fixing Size After Last Property [ Dumper-7 ]) int32 SubFaceIndex; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) class UObject* FontFaceAsset; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate) }; static_assert(alignof(FFontData) == 0x000008, "Wrong alignment on FFontData"); static_assert(sizeof(FFontData) == 0x000020, "Wrong size on FFontData"); static_assert(offsetof(FFontData, FontFilename) == 0x000000, "Member 'FFontData::FontFilename' has a wrong offset!"); static_assert(offsetof(FFontData, Hinting) == 0x000010, "Member 'FFontData::Hinting' has a wrong offset!"); static_assert(offsetof(FFontData, LoadingPolicy) == 0x000011, "Member 'FFontData::LoadingPolicy' has a wrong offset!"); static_assert(offsetof(FFontData, SubFaceIndex) == 0x000014, "Member 'FFontData::SubFaceIndex' has a wrong offset!"); static_assert(offsetof(FFontData, FontFaceAsset) == 0x000018, "Member 'FFontData::FontFaceAsset' has a wrong offset!"); // ScriptStruct SlateCore.TypefaceEntry // 0x0028 (0x0028 - 0x0000) struct FTypefaceEntry final { public: class FName Name; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FFontData Font; // 0x0008(0x0020)(HasGetValueTypeHash, NativeAccessSpecifierPublic) }; static_assert(alignof(FTypefaceEntry) == 0x000008, "Wrong alignment on FTypefaceEntry"); static_assert(sizeof(FTypefaceEntry) == 0x000028, "Wrong size on FTypefaceEntry"); static_assert(offsetof(FTypefaceEntry, Name) == 0x000000, "Member 'FTypefaceEntry::Name' has a wrong offset!"); static_assert(offsetof(FTypefaceEntry, Font) == 0x000008, "Member 'FTypefaceEntry::Font' has a wrong offset!"); // ScriptStruct SlateCore.Typeface // 0x0010 (0x0010 - 0x0000) struct FTypeface final { public: TArray Fonts; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) }; static_assert(alignof(FTypeface) == 0x000008, "Wrong alignment on FTypeface"); static_assert(sizeof(FTypeface) == 0x000010, "Wrong size on FTypeface"); static_assert(offsetof(FTypeface, Fonts) == 0x000000, "Member 'FTypeface::Fonts' has a wrong offset!"); // ScriptStruct SlateCore.CompositeFallbackFont // 0x0018 (0x0018 - 0x0000) struct FCompositeFallbackFont { public: struct FTypeface Typeface; // 0x0000(0x0010)(NativeAccessSpecifierPublic) float ScalingFactor; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FCompositeFallbackFont) == 0x000008, "Wrong alignment on FCompositeFallbackFont"); static_assert(sizeof(FCompositeFallbackFont) == 0x000018, "Wrong size on FCompositeFallbackFont"); static_assert(offsetof(FCompositeFallbackFont, Typeface) == 0x000000, "Member 'FCompositeFallbackFont::Typeface' has a wrong offset!"); static_assert(offsetof(FCompositeFallbackFont, ScalingFactor) == 0x000010, "Member 'FCompositeFallbackFont::ScalingFactor' has a wrong offset!"); // ScriptStruct SlateCore.TableRowStyle // 0x07C0 (0x07C8 - 0x0008) struct FTableRowStyle final : public FSlateWidgetStyle { public: struct FSlateBrush SelectorFocusedBrush; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush ActiveHoveredBrush; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush ActiveBrush; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush InactiveHoveredBrush; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush InactiveBrush; // 0x0228(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush EvenRowBackgroundHoveredBrush; // 0x02B0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush EvenRowBackgroundBrush; // 0x0338(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush OddRowBackgroundHoveredBrush; // 0x03C0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush OddRowBackgroundBrush; // 0x0448(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateColor TextColor; // 0x04D0(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateColor SelectedTextColor; // 0x04F8(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush DropIndicator_Above; // 0x0520(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush DropIndicator_Onto; // 0x05A8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush DropIndicator_Below; // 0x0630(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush ActiveHighlightedBrush; // 0x06B8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush InactiveHighlightedBrush; // 0x0740(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) }; static_assert(alignof(FTableRowStyle) == 0x000008, "Wrong alignment on FTableRowStyle"); static_assert(sizeof(FTableRowStyle) == 0x0007C8, "Wrong size on FTableRowStyle"); static_assert(offsetof(FTableRowStyle, SelectorFocusedBrush) == 0x000008, "Member 'FTableRowStyle::SelectorFocusedBrush' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, ActiveHoveredBrush) == 0x000090, "Member 'FTableRowStyle::ActiveHoveredBrush' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, ActiveBrush) == 0x000118, "Member 'FTableRowStyle::ActiveBrush' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, InactiveHoveredBrush) == 0x0001A0, "Member 'FTableRowStyle::InactiveHoveredBrush' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, InactiveBrush) == 0x000228, "Member 'FTableRowStyle::InactiveBrush' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, EvenRowBackgroundHoveredBrush) == 0x0002B0, "Member 'FTableRowStyle::EvenRowBackgroundHoveredBrush' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, EvenRowBackgroundBrush) == 0x000338, "Member 'FTableRowStyle::EvenRowBackgroundBrush' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, OddRowBackgroundHoveredBrush) == 0x0003C0, "Member 'FTableRowStyle::OddRowBackgroundHoveredBrush' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, OddRowBackgroundBrush) == 0x000448, "Member 'FTableRowStyle::OddRowBackgroundBrush' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, TextColor) == 0x0004D0, "Member 'FTableRowStyle::TextColor' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, SelectedTextColor) == 0x0004F8, "Member 'FTableRowStyle::SelectedTextColor' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, DropIndicator_Above) == 0x000520, "Member 'FTableRowStyle::DropIndicator_Above' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, DropIndicator_Onto) == 0x0005A8, "Member 'FTableRowStyle::DropIndicator_Onto' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, DropIndicator_Below) == 0x000630, "Member 'FTableRowStyle::DropIndicator_Below' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, ActiveHighlightedBrush) == 0x0006B8, "Member 'FTableRowStyle::ActiveHighlightedBrush' has a wrong offset!"); static_assert(offsetof(FTableRowStyle, InactiveHighlightedBrush) == 0x000740, "Member 'FTableRowStyle::InactiveHighlightedBrush' has a wrong offset!"); // ScriptStruct SlateCore.ButtonStyle // 0x0270 (0x0278 - 0x0008) struct FButtonStyle final : public FSlateWidgetStyle { public: struct FSlateBrush Normal; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush Hovered; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush Pressed; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush Disabled; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FMargin NormalPadding; // 0x0228(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) struct FMargin PressedPadding; // 0x0238(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) struct FSlateSound PressedSlateSound; // 0x0248(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) struct FSlateSound HoveredSlateSound; // 0x0260(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) }; static_assert(alignof(FButtonStyle) == 0x000008, "Wrong alignment on FButtonStyle"); static_assert(sizeof(FButtonStyle) == 0x000278, "Wrong size on FButtonStyle"); static_assert(offsetof(FButtonStyle, Normal) == 0x000008, "Member 'FButtonStyle::Normal' has a wrong offset!"); static_assert(offsetof(FButtonStyle, Hovered) == 0x000090, "Member 'FButtonStyle::Hovered' has a wrong offset!"); static_assert(offsetof(FButtonStyle, Pressed) == 0x000118, "Member 'FButtonStyle::Pressed' has a wrong offset!"); static_assert(offsetof(FButtonStyle, Disabled) == 0x0001A0, "Member 'FButtonStyle::Disabled' has a wrong offset!"); static_assert(offsetof(FButtonStyle, NormalPadding) == 0x000228, "Member 'FButtonStyle::NormalPadding' has a wrong offset!"); static_assert(offsetof(FButtonStyle, PressedPadding) == 0x000238, "Member 'FButtonStyle::PressedPadding' has a wrong offset!"); static_assert(offsetof(FButtonStyle, PressedSlateSound) == 0x000248, "Member 'FButtonStyle::PressedSlateSound' has a wrong offset!"); static_assert(offsetof(FButtonStyle, HoveredSlateSound) == 0x000260, "Member 'FButtonStyle::HoveredSlateSound' has a wrong offset!"); // ScriptStruct SlateCore.ComboButtonStyle // 0x03B0 (0x03B8 - 0x0008) struct FComboButtonStyle final : public FSlateWidgetStyle { public: struct FButtonStyle ButtonStyle; // 0x0008(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush DownArrowImage; // 0x0280(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FVector2D ShadowOffset; // 0x0308(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FLinearColor ShadowColorAndOpacity; // 0x0310(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FSlateBrush MenuBorderBrush; // 0x0320(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FMargin MenuBorderPadding; // 0x03A8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) }; static_assert(alignof(FComboButtonStyle) == 0x000008, "Wrong alignment on FComboButtonStyle"); static_assert(sizeof(FComboButtonStyle) == 0x0003B8, "Wrong size on FComboButtonStyle"); static_assert(offsetof(FComboButtonStyle, ButtonStyle) == 0x000008, "Member 'FComboButtonStyle::ButtonStyle' has a wrong offset!"); static_assert(offsetof(FComboButtonStyle, DownArrowImage) == 0x000280, "Member 'FComboButtonStyle::DownArrowImage' has a wrong offset!"); static_assert(offsetof(FComboButtonStyle, ShadowOffset) == 0x000308, "Member 'FComboButtonStyle::ShadowOffset' has a wrong offset!"); static_assert(offsetof(FComboButtonStyle, ShadowColorAndOpacity) == 0x000310, "Member 'FComboButtonStyle::ShadowColorAndOpacity' has a wrong offset!"); static_assert(offsetof(FComboButtonStyle, MenuBorderBrush) == 0x000320, "Member 'FComboButtonStyle::MenuBorderBrush' has a wrong offset!"); static_assert(offsetof(FComboButtonStyle, MenuBorderPadding) == 0x0003A8, "Member 'FComboButtonStyle::MenuBorderPadding' has a wrong offset!"); // ScriptStruct SlateCore.ComboBoxStyle // 0x03E8 (0x03F0 - 0x0008) struct FComboBoxStyle final : public FSlateWidgetStyle { public: struct FComboButtonStyle ComboButtonStyle; // 0x0008(0x03B8)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateSound PressedSlateSound; // 0x03C0(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) struct FSlateSound SelectionChangeSlateSound; // 0x03D8(0x0018)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) }; static_assert(alignof(FComboBoxStyle) == 0x000008, "Wrong alignment on FComboBoxStyle"); static_assert(sizeof(FComboBoxStyle) == 0x0003F0, "Wrong size on FComboBoxStyle"); static_assert(offsetof(FComboBoxStyle, ComboButtonStyle) == 0x000008, "Member 'FComboBoxStyle::ComboButtonStyle' has a wrong offset!"); static_assert(offsetof(FComboBoxStyle, PressedSlateSound) == 0x0003C0, "Member 'FComboBoxStyle::PressedSlateSound' has a wrong offset!"); static_assert(offsetof(FComboBoxStyle, SelectionChangeSlateSound) == 0x0003D8, "Member 'FComboBoxStyle::SelectionChangeSlateSound' has a wrong offset!"); // ScriptStruct SlateCore.EditableTextStyle // 0x0218 (0x0220 - 0x0008) struct FEditableTextStyle final : public FSlateWidgetStyle { public: struct FSlateFontInfo Font; // 0x0008(0x0058)(Edit, BlueprintVisible, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FSlateColor ColorAndOpacity; // 0x0060(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush BackgroundImageSelected; // 0x0088(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush BackgroundImageComposing; // 0x0110(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush CaretImage; // 0x0198(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) }; static_assert(alignof(FEditableTextStyle) == 0x000008, "Wrong alignment on FEditableTextStyle"); static_assert(sizeof(FEditableTextStyle) == 0x000220, "Wrong size on FEditableTextStyle"); static_assert(offsetof(FEditableTextStyle, Font) == 0x000008, "Member 'FEditableTextStyle::Font' has a wrong offset!"); static_assert(offsetof(FEditableTextStyle, ColorAndOpacity) == 0x000060, "Member 'FEditableTextStyle::ColorAndOpacity' has a wrong offset!"); static_assert(offsetof(FEditableTextStyle, BackgroundImageSelected) == 0x000088, "Member 'FEditableTextStyle::BackgroundImageSelected' has a wrong offset!"); static_assert(offsetof(FEditableTextStyle, BackgroundImageComposing) == 0x000110, "Member 'FEditableTextStyle::BackgroundImageComposing' has a wrong offset!"); static_assert(offsetof(FEditableTextStyle, CaretImage) == 0x000198, "Member 'FEditableTextStyle::CaretImage' has a wrong offset!"); // ScriptStruct SlateCore.SpinBoxStyle // 0x02E0 (0x02E8 - 0x0008) struct FSpinBoxStyle final : public FSlateWidgetStyle { public: struct FSlateBrush BackgroundBrush; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush HoveredBackgroundBrush; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush ActiveFillBrush; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush InactiveFillBrush; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush ArrowsImage; // 0x0228(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateColor ForegroundColor; // 0x02B0(0x0028)(NativeAccessSpecifierPublic) struct FMargin TextPadding; // 0x02D8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) }; static_assert(alignof(FSpinBoxStyle) == 0x000008, "Wrong alignment on FSpinBoxStyle"); static_assert(sizeof(FSpinBoxStyle) == 0x0002E8, "Wrong size on FSpinBoxStyle"); static_assert(offsetof(FSpinBoxStyle, BackgroundBrush) == 0x000008, "Member 'FSpinBoxStyle::BackgroundBrush' has a wrong offset!"); static_assert(offsetof(FSpinBoxStyle, HoveredBackgroundBrush) == 0x000090, "Member 'FSpinBoxStyle::HoveredBackgroundBrush' has a wrong offset!"); static_assert(offsetof(FSpinBoxStyle, ActiveFillBrush) == 0x000118, "Member 'FSpinBoxStyle::ActiveFillBrush' has a wrong offset!"); static_assert(offsetof(FSpinBoxStyle, InactiveFillBrush) == 0x0001A0, "Member 'FSpinBoxStyle::InactiveFillBrush' has a wrong offset!"); static_assert(offsetof(FSpinBoxStyle, ArrowsImage) == 0x000228, "Member 'FSpinBoxStyle::ArrowsImage' has a wrong offset!"); static_assert(offsetof(FSpinBoxStyle, ForegroundColor) == 0x0002B0, "Member 'FSpinBoxStyle::ForegroundColor' has a wrong offset!"); static_assert(offsetof(FSpinBoxStyle, TextPadding) == 0x0002D8, "Member 'FSpinBoxStyle::TextPadding' has a wrong offset!"); // ScriptStruct SlateCore.CompositeSubFont // 0x0020 (0x0038 - 0x0018) struct FCompositeSubFont final : public FCompositeFallbackFont { public: TArray CharacterRanges; // 0x0018(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) class FString Cultures; // 0x0028(0x0010)(ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; static_assert(alignof(FCompositeSubFont) == 0x000008, "Wrong alignment on FCompositeSubFont"); static_assert(sizeof(FCompositeSubFont) == 0x000038, "Wrong size on FCompositeSubFont"); static_assert(offsetof(FCompositeSubFont, CharacterRanges) == 0x000018, "Member 'FCompositeSubFont::CharacterRanges' has a wrong offset!"); static_assert(offsetof(FCompositeSubFont, Cultures) == 0x000028, "Member 'FCompositeSubFont::Cultures' has a wrong offset!"); // ScriptStruct SlateCore.CompositeFont // 0x0038 (0x0038 - 0x0000) struct FCompositeFont final { public: struct FTypeface DefaultTypeface; // 0x0000(0x0010)(NativeAccessSpecifierPublic) struct FCompositeFallbackFont FallbackTypeface; // 0x0010(0x0018)(NativeAccessSpecifierPublic) TArray SubTypefaces; // 0x0028(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) }; static_assert(alignof(FCompositeFont) == 0x000008, "Wrong alignment on FCompositeFont"); static_assert(sizeof(FCompositeFont) == 0x000038, "Wrong size on FCompositeFont"); static_assert(offsetof(FCompositeFont, DefaultTypeface) == 0x000000, "Member 'FCompositeFont::DefaultTypeface' has a wrong offset!"); static_assert(offsetof(FCompositeFont, FallbackTypeface) == 0x000010, "Member 'FCompositeFont::FallbackTypeface' has a wrong offset!"); static_assert(offsetof(FCompositeFont, SubTypefaces) == 0x000028, "Member 'FCompositeFont::SubTypefaces' has a wrong offset!"); // ScriptStruct SlateCore.MotionEvent // 0x0030 (0x0048 - 0x0018) struct FMotionEvent final : public FInputEvent { public: uint8 Pad_18[0x30]; // 0x0018(0x0030)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FMotionEvent) == 0x000008, "Wrong alignment on FMotionEvent"); static_assert(sizeof(FMotionEvent) == 0x000048, "Wrong size on FMotionEvent"); // ScriptStruct SlateCore.CaptureLostEvent // 0x0008 (0x0008 - 0x0000) struct alignas(0x04) FCaptureLostEvent final { public: uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FCaptureLostEvent) == 0x000004, "Wrong alignment on FCaptureLostEvent"); static_assert(sizeof(FCaptureLostEvent) == 0x000008, "Wrong size on FCaptureLostEvent"); // ScriptStruct SlateCore.FocusEvent // 0x0008 (0x0008 - 0x0000) struct alignas(0x04) FFocusEvent final { public: uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FFocusEvent) == 0x000004, "Wrong alignment on FFocusEvent"); static_assert(sizeof(FFocusEvent) == 0x000008, "Wrong size on FFocusEvent"); // ScriptStruct SlateCore.WindowStyle // 0x1058 (0x1060 - 0x0008) struct FWindowStyle final : public FSlateWidgetStyle { public: struct FButtonStyle MinimizeButtonStyle; // 0x0008(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FButtonStyle MaximizeButtonStyle; // 0x0280(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FButtonStyle RestoreButtonStyle; // 0x04F8(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FButtonStyle CloseButtonStyle; // 0x0770(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FTextBlockStyle TitleTextStyle; // 0x09E8(0x0270)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush ActiveTitleBrush; // 0x0C58(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush InactiveTitleBrush; // 0x0CE0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush FlashTitleBrush; // 0x0D68(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateColor BackgroundColor; // 0x0DF0(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush OutlineBrush; // 0x0E18(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateColor OutlineColor; // 0x0EA0(0x0028)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush BorderBrush; // 0x0EC8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush BackgroundBrush; // 0x0F50(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush ChildBackgroundBrush; // 0x0FD8(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) }; static_assert(alignof(FWindowStyle) == 0x000008, "Wrong alignment on FWindowStyle"); static_assert(sizeof(FWindowStyle) == 0x001060, "Wrong size on FWindowStyle"); static_assert(offsetof(FWindowStyle, MinimizeButtonStyle) == 0x000008, "Member 'FWindowStyle::MinimizeButtonStyle' has a wrong offset!"); static_assert(offsetof(FWindowStyle, MaximizeButtonStyle) == 0x000280, "Member 'FWindowStyle::MaximizeButtonStyle' has a wrong offset!"); static_assert(offsetof(FWindowStyle, RestoreButtonStyle) == 0x0004F8, "Member 'FWindowStyle::RestoreButtonStyle' has a wrong offset!"); static_assert(offsetof(FWindowStyle, CloseButtonStyle) == 0x000770, "Member 'FWindowStyle::CloseButtonStyle' has a wrong offset!"); static_assert(offsetof(FWindowStyle, TitleTextStyle) == 0x0009E8, "Member 'FWindowStyle::TitleTextStyle' has a wrong offset!"); static_assert(offsetof(FWindowStyle, ActiveTitleBrush) == 0x000C58, "Member 'FWindowStyle::ActiveTitleBrush' has a wrong offset!"); static_assert(offsetof(FWindowStyle, InactiveTitleBrush) == 0x000CE0, "Member 'FWindowStyle::InactiveTitleBrush' has a wrong offset!"); static_assert(offsetof(FWindowStyle, FlashTitleBrush) == 0x000D68, "Member 'FWindowStyle::FlashTitleBrush' has a wrong offset!"); static_assert(offsetof(FWindowStyle, BackgroundColor) == 0x000DF0, "Member 'FWindowStyle::BackgroundColor' has a wrong offset!"); static_assert(offsetof(FWindowStyle, OutlineBrush) == 0x000E18, "Member 'FWindowStyle::OutlineBrush' has a wrong offset!"); static_assert(offsetof(FWindowStyle, OutlineColor) == 0x000EA0, "Member 'FWindowStyle::OutlineColor' has a wrong offset!"); static_assert(offsetof(FWindowStyle, BorderBrush) == 0x000EC8, "Member 'FWindowStyle::BorderBrush' has a wrong offset!"); static_assert(offsetof(FWindowStyle, BackgroundBrush) == 0x000F50, "Member 'FWindowStyle::BackgroundBrush' has a wrong offset!"); static_assert(offsetof(FWindowStyle, ChildBackgroundBrush) == 0x000FD8, "Member 'FWindowStyle::ChildBackgroundBrush' has a wrong offset!"); // ScriptStruct SlateCore.ScrollBoxStyle // 0x0220 (0x0228 - 0x0008) struct FScrollBoxStyle final : public FSlateWidgetStyle { public: struct FSlateBrush TopShadowBrush; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush BottomShadowBrush; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush LeftShadowBrush; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush RightShadowBrush; // 0x01A0(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) }; static_assert(alignof(FScrollBoxStyle) == 0x000008, "Wrong alignment on FScrollBoxStyle"); static_assert(sizeof(FScrollBoxStyle) == 0x000228, "Wrong size on FScrollBoxStyle"); static_assert(offsetof(FScrollBoxStyle, TopShadowBrush) == 0x000008, "Member 'FScrollBoxStyle::TopShadowBrush' has a wrong offset!"); static_assert(offsetof(FScrollBoxStyle, BottomShadowBrush) == 0x000090, "Member 'FScrollBoxStyle::BottomShadowBrush' has a wrong offset!"); static_assert(offsetof(FScrollBoxStyle, LeftShadowBrush) == 0x000118, "Member 'FScrollBoxStyle::LeftShadowBrush' has a wrong offset!"); static_assert(offsetof(FScrollBoxStyle, RightShadowBrush) == 0x0001A0, "Member 'FScrollBoxStyle::RightShadowBrush' has a wrong offset!"); // ScriptStruct SlateCore.DockTabStyle // 0x06F8 (0x0700 - 0x0008) struct FDockTabStyle final : public FSlateWidgetStyle { public: struct FButtonStyle CloseButtonStyle; // 0x0008(0x0278)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush NormalBrush; // 0x0280(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush ActiveBrush; // 0x0308(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush ColorOverlayTabBrush; // 0x0390(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush ColorOverlayIconBrush; // 0x0418(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush ForegroundBrush; // 0x04A0(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush HoveredBrush; // 0x0528(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush ContentAreaBrush; // 0x05B0(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush TabWellBrush; // 0x0638(0x0088)(Edit, NativeAccessSpecifierPublic) struct FMargin TabPadding; // 0x06C0(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) float OverlapWidth; // 0x06D0(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_6D4[0x4]; // 0x06D4(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) struct FSlateColor FlashColor; // 0x06D8(0x0028)(Edit, NativeAccessSpecifierPublic) }; static_assert(alignof(FDockTabStyle) == 0x000008, "Wrong alignment on FDockTabStyle"); static_assert(sizeof(FDockTabStyle) == 0x000700, "Wrong size on FDockTabStyle"); static_assert(offsetof(FDockTabStyle, CloseButtonStyle) == 0x000008, "Member 'FDockTabStyle::CloseButtonStyle' has a wrong offset!"); static_assert(offsetof(FDockTabStyle, NormalBrush) == 0x000280, "Member 'FDockTabStyle::NormalBrush' has a wrong offset!"); static_assert(offsetof(FDockTabStyle, ActiveBrush) == 0x000308, "Member 'FDockTabStyle::ActiveBrush' has a wrong offset!"); static_assert(offsetof(FDockTabStyle, ColorOverlayTabBrush) == 0x000390, "Member 'FDockTabStyle::ColorOverlayTabBrush' has a wrong offset!"); static_assert(offsetof(FDockTabStyle, ColorOverlayIconBrush) == 0x000418, "Member 'FDockTabStyle::ColorOverlayIconBrush' has a wrong offset!"); static_assert(offsetof(FDockTabStyle, ForegroundBrush) == 0x0004A0, "Member 'FDockTabStyle::ForegroundBrush' has a wrong offset!"); static_assert(offsetof(FDockTabStyle, HoveredBrush) == 0x000528, "Member 'FDockTabStyle::HoveredBrush' has a wrong offset!"); static_assert(offsetof(FDockTabStyle, ContentAreaBrush) == 0x0005B0, "Member 'FDockTabStyle::ContentAreaBrush' has a wrong offset!"); static_assert(offsetof(FDockTabStyle, TabWellBrush) == 0x000638, "Member 'FDockTabStyle::TabWellBrush' has a wrong offset!"); static_assert(offsetof(FDockTabStyle, TabPadding) == 0x0006C0, "Member 'FDockTabStyle::TabPadding' has a wrong offset!"); static_assert(offsetof(FDockTabStyle, OverlapWidth) == 0x0006D0, "Member 'FDockTabStyle::OverlapWidth' has a wrong offset!"); static_assert(offsetof(FDockTabStyle, FlashColor) == 0x0006D8, "Member 'FDockTabStyle::FlashColor' has a wrong offset!"); // ScriptStruct SlateCore.TableColumnHeaderStyle // 0x04C8 (0x04D0 - 0x0008) struct FTableColumnHeaderStyle final : public FSlateWidgetStyle { public: struct FSlateBrush SortPrimaryAscendingImage; // 0x0008(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush SortPrimaryDescendingImage; // 0x0090(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush SortSecondaryAscendingImage; // 0x0118(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush SortSecondaryDescendingImage; // 0x01A0(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush NormalBrush; // 0x0228(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush HoveredBrush; // 0x02B0(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush MenuDropdownImage; // 0x0338(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush MenuDropdownNormalBorderBrush; // 0x03C0(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush MenuDropdownHoveredBorderBrush; // 0x0448(0x0088)(Edit, NativeAccessSpecifierPublic) }; static_assert(alignof(FTableColumnHeaderStyle) == 0x000008, "Wrong alignment on FTableColumnHeaderStyle"); static_assert(sizeof(FTableColumnHeaderStyle) == 0x0004D0, "Wrong size on FTableColumnHeaderStyle"); static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryAscendingImage) == 0x000008, "Member 'FTableColumnHeaderStyle::SortPrimaryAscendingImage' has a wrong offset!"); static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryDescendingImage) == 0x000090, "Member 'FTableColumnHeaderStyle::SortPrimaryDescendingImage' has a wrong offset!"); static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryAscendingImage) == 0x000118, "Member 'FTableColumnHeaderStyle::SortSecondaryAscendingImage' has a wrong offset!"); static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryDescendingImage) == 0x0001A0, "Member 'FTableColumnHeaderStyle::SortSecondaryDescendingImage' has a wrong offset!"); static_assert(offsetof(FTableColumnHeaderStyle, NormalBrush) == 0x000228, "Member 'FTableColumnHeaderStyle::NormalBrush' has a wrong offset!"); static_assert(offsetof(FTableColumnHeaderStyle, HoveredBrush) == 0x0002B0, "Member 'FTableColumnHeaderStyle::HoveredBrush' has a wrong offset!"); static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownImage) == 0x000338, "Member 'FTableColumnHeaderStyle::MenuDropdownImage' has a wrong offset!"); static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownNormalBorderBrush) == 0x0003C0, "Member 'FTableColumnHeaderStyle::MenuDropdownNormalBorderBrush' has a wrong offset!"); static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownHoveredBorderBrush) == 0x000448, "Member 'FTableColumnHeaderStyle::MenuDropdownHoveredBorderBrush' has a wrong offset!"); // ScriptStruct SlateCore.SplitterStyle // 0x0110 (0x0118 - 0x0008) struct FSplitterStyle final : public FSlateWidgetStyle { public: struct FSlateBrush HandleNormalBrush; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush HandleHighlightBrush; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) }; static_assert(alignof(FSplitterStyle) == 0x000008, "Wrong alignment on FSplitterStyle"); static_assert(sizeof(FSplitterStyle) == 0x000118, "Wrong size on FSplitterStyle"); static_assert(offsetof(FSplitterStyle, HandleNormalBrush) == 0x000008, "Member 'FSplitterStyle::HandleNormalBrush' has a wrong offset!"); static_assert(offsetof(FSplitterStyle, HandleHighlightBrush) == 0x000090, "Member 'FSplitterStyle::HandleHighlightBrush' has a wrong offset!"); // ScriptStruct SlateCore.HeaderRowStyle // 0x0B68 (0x0B70 - 0x0008) struct FHeaderRowStyle final : public FSlateWidgetStyle { public: struct FTableColumnHeaderStyle ColumnStyle; // 0x0008(0x04D0)(Edit, NativeAccessSpecifierPublic) struct FTableColumnHeaderStyle LastColumnStyle; // 0x04D8(0x04D0)(Edit, NativeAccessSpecifierPublic) struct FSplitterStyle ColumnSplitterStyle; // 0x09A8(0x0118)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush BackgroundBrush; // 0x0AC0(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateColor ForegroundColor; // 0x0B48(0x0028)(Edit, NativeAccessSpecifierPublic) }; static_assert(alignof(FHeaderRowStyle) == 0x000008, "Wrong alignment on FHeaderRowStyle"); static_assert(sizeof(FHeaderRowStyle) == 0x000B70, "Wrong size on FHeaderRowStyle"); static_assert(offsetof(FHeaderRowStyle, ColumnStyle) == 0x000008, "Member 'FHeaderRowStyle::ColumnStyle' has a wrong offset!"); static_assert(offsetof(FHeaderRowStyle, LastColumnStyle) == 0x0004D8, "Member 'FHeaderRowStyle::LastColumnStyle' has a wrong offset!"); static_assert(offsetof(FHeaderRowStyle, ColumnSplitterStyle) == 0x0009A8, "Member 'FHeaderRowStyle::ColumnSplitterStyle' has a wrong offset!"); static_assert(offsetof(FHeaderRowStyle, BackgroundBrush) == 0x000AC0, "Member 'FHeaderRowStyle::BackgroundBrush' has a wrong offset!"); static_assert(offsetof(FHeaderRowStyle, ForegroundColor) == 0x000B48, "Member 'FHeaderRowStyle::ForegroundColor' has a wrong offset!"); // ScriptStruct SlateCore.InlineTextImageStyle // 0x0090 (0x0098 - 0x0008) struct FInlineTextImageStyle final : public FSlateWidgetStyle { public: struct FSlateBrush Image; // 0x0008(0x0088)(Edit, NativeAccessSpecifierPublic) int16 Baseline; // 0x0090(0x0002)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_92[0x6]; // 0x0092(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FInlineTextImageStyle) == 0x000008, "Wrong alignment on FInlineTextImageStyle"); static_assert(sizeof(FInlineTextImageStyle) == 0x000098, "Wrong size on FInlineTextImageStyle"); static_assert(offsetof(FInlineTextImageStyle, Image) == 0x000008, "Member 'FInlineTextImageStyle::Image' has a wrong offset!"); static_assert(offsetof(FInlineTextImageStyle, Baseline) == 0x000090, "Member 'FInlineTextImageStyle::Baseline' has a wrong offset!"); // ScriptStruct SlateCore.SearchBoxStyle // 0x0A88 (0x0A90 - 0x0008) struct FSearchBoxStyle final : public FSlateWidgetStyle { public: struct FEditableTextBoxStyle TextBoxStyle; // 0x0008(0x07F8)(Edit, NativeAccessSpecifierPublic) struct FSlateFontInfo ActiveFontInfo; // 0x0800(0x0058)(Edit, HasGetValueTypeHash, NativeAccessSpecifierPublic) struct FSlateBrush UpArrowImage; // 0x0858(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush DownArrowImage; // 0x08E0(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush GlassImage; // 0x0968(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush ClearImage; // 0x09F0(0x0088)(Edit, NativeAccessSpecifierPublic) struct FMargin ImagePadding; // 0x0A78(0x0010)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) bool bLeftAlignButtons; // 0x0A88(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_A89[0x7]; // 0x0A89(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FSearchBoxStyle) == 0x000008, "Wrong alignment on FSearchBoxStyle"); static_assert(sizeof(FSearchBoxStyle) == 0x000A90, "Wrong size on FSearchBoxStyle"); static_assert(offsetof(FSearchBoxStyle, TextBoxStyle) == 0x000008, "Member 'FSearchBoxStyle::TextBoxStyle' has a wrong offset!"); static_assert(offsetof(FSearchBoxStyle, ActiveFontInfo) == 0x000800, "Member 'FSearchBoxStyle::ActiveFontInfo' has a wrong offset!"); static_assert(offsetof(FSearchBoxStyle, UpArrowImage) == 0x000858, "Member 'FSearchBoxStyle::UpArrowImage' has a wrong offset!"); static_assert(offsetof(FSearchBoxStyle, DownArrowImage) == 0x0008E0, "Member 'FSearchBoxStyle::DownArrowImage' has a wrong offset!"); static_assert(offsetof(FSearchBoxStyle, GlassImage) == 0x000968, "Member 'FSearchBoxStyle::GlassImage' has a wrong offset!"); static_assert(offsetof(FSearchBoxStyle, ClearImage) == 0x0009F0, "Member 'FSearchBoxStyle::ClearImage' has a wrong offset!"); static_assert(offsetof(FSearchBoxStyle, ImagePadding) == 0x000A78, "Member 'FSearchBoxStyle::ImagePadding' has a wrong offset!"); static_assert(offsetof(FSearchBoxStyle, bLeftAlignButtons) == 0x000A88, "Member 'FSearchBoxStyle::bLeftAlignButtons' has a wrong offset!"); // ScriptStruct SlateCore.ExpandableAreaStyle // 0x0118 (0x0120 - 0x0008) struct FExpandableAreaStyle final : public FSlateWidgetStyle { public: struct FSlateBrush CollapsedImage; // 0x0008(0x0088)(Edit, NativeAccessSpecifierPublic) struct FSlateBrush ExpandedImage; // 0x0090(0x0088)(Edit, NativeAccessSpecifierPublic) float RolloutAnimationSeconds; // 0x0118(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_11C[0x4]; // 0x011C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; static_assert(alignof(FExpandableAreaStyle) == 0x000008, "Wrong alignment on FExpandableAreaStyle"); static_assert(sizeof(FExpandableAreaStyle) == 0x000120, "Wrong size on FExpandableAreaStyle"); static_assert(offsetof(FExpandableAreaStyle, CollapsedImage) == 0x000008, "Member 'FExpandableAreaStyle::CollapsedImage' has a wrong offset!"); static_assert(offsetof(FExpandableAreaStyle, ExpandedImage) == 0x000090, "Member 'FExpandableAreaStyle::ExpandedImage' has a wrong offset!"); static_assert(offsetof(FExpandableAreaStyle, RolloutAnimationSeconds) == 0x000118, "Member 'FExpandableAreaStyle::RolloutAnimationSeconds' has a wrong offset!"); // ScriptStruct SlateCore.ProgressBarStyle // 0x0198 (0x01A0 - 0x0008) struct FProgressBarStyle final : public FSlateWidgetStyle { public: struct FSlateBrush BackgroundImage; // 0x0008(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush FillImage; // 0x0090(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FSlateBrush MarqueeImage; // 0x0118(0x0088)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) }; static_assert(alignof(FProgressBarStyle) == 0x000008, "Wrong alignment on FProgressBarStyle"); static_assert(sizeof(FProgressBarStyle) == 0x0001A0, "Wrong size on FProgressBarStyle"); static_assert(offsetof(FProgressBarStyle, BackgroundImage) == 0x000008, "Member 'FProgressBarStyle::BackgroundImage' has a wrong offset!"); static_assert(offsetof(FProgressBarStyle, FillImage) == 0x000090, "Member 'FProgressBarStyle::FillImage' has a wrong offset!"); static_assert(offsetof(FProgressBarStyle, MarqueeImage) == 0x000118, "Member 'FProgressBarStyle::MarqueeImage' has a wrong offset!"); // ScriptStruct SlateCore.HyperlinkStyle // 0x04F8 (0x0500 - 0x0008) struct FHyperlinkStyle final : public FSlateWidgetStyle { public: struct FButtonStyle UnderlineStyle; // 0x0008(0x0278)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FTextBlockStyle TextStyle; // 0x0280(0x0270)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) struct FMargin Padding; // 0x04F0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic) }; static_assert(alignof(FHyperlinkStyle) == 0x000008, "Wrong alignment on FHyperlinkStyle"); static_assert(sizeof(FHyperlinkStyle) == 0x000500, "Wrong size on FHyperlinkStyle"); static_assert(offsetof(FHyperlinkStyle, UnderlineStyle) == 0x000008, "Member 'FHyperlinkStyle::UnderlineStyle' has a wrong offset!"); static_assert(offsetof(FHyperlinkStyle, TextStyle) == 0x000280, "Member 'FHyperlinkStyle::TextStyle' has a wrong offset!"); static_assert(offsetof(FHyperlinkStyle, Padding) == 0x0004F0, "Member 'FHyperlinkStyle::Padding' has a wrong offset!"); }