UContentWidget > UPanelWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UContentWidget > UPanelWidget > UWidget > UVisual > UObject namespace USafeZone { constexpr auto PadLeft = 0x120; // bool constexpr auto PadRight = 0x121; // bool constexpr auto PadTop = 0x122; // bool constexpr auto PadBottom = 0x123; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UContentWidget > UPanelWidget > UWidget > UVisual > UObject public static class USafeZone { public const UInt16 PadLeft = 0x120; // bool public const UInt16 PadRight = 0x121; // bool public const UInt16 PadTop = 0x122; // bool public const UInt16 PadBottom = 0x123; // bool } } }