UContentWidget > UPanelWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UContentWidget > UPanelWidget > UWidget > UVisual > UObject namespace USafeZone { constexpr auto PadLeft = 0x188; // bool constexpr auto PadRight = 0x189; // bool constexpr auto PadTop = 0x18a; // bool constexpr auto PadBottom = 0x18b; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UContentWidget > UPanelWidget > UWidget > UVisual > UObject public static class USafeZone { public const UInt16 PadLeft = 0x188; // bool public const UInt16 PadRight = 0x189; // bool public const UInt16 PadTop = 0x18a; // bool public const UInt16 PadBottom = 0x18b; // bool } } }