UPanelWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPanelWidget > UWidget > UVisual > UObject namespace UWrapBox { constexpr auto InnerSlotPadding = 0x188; // FVector2D constexpr auto WrapWidth = 0x190; // float constexpr auto WrapSize = 0x194; // float constexpr auto bExplicitWrapWidth = 0x198; // bool constexpr auto bExplicitWrapSize = 0x199; // bool constexpr auto Orientation = 0x19a; // EOrientation } } }
public static class Offsets { public static class Classes { // Inheritance: UPanelWidget > UWidget > UVisual > UObject public static class UWrapBox { public const UInt16 InnerSlotPadding = 0x188; // FVector2D public const UInt16 WrapWidth = 0x190; // float public const UInt16 WrapSize = 0x194; // float public const UInt16 bExplicitWrapWidth = 0x198; // bool public const UInt16 bExplicitWrapSize = 0x199; // bool public const UInt16 Orientation = 0x19a; // EOrientation } } }