Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UPanelSlot > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPanelSlot > UVisual > UObject namespace USafeZoneSlot { constexpr auto bIsTitleSafe = 0x38; // bool constexpr auto SafeAreaScale = 0x3c; // FMargin constexpr auto HAlign = 0x4c; // EHorizontalAlignment constexpr auto VAlign = 0x4d; // EVerticalAlignment constexpr auto Padding = 0x50; // FMargin } } }
public static class Offsets { public static class Classes { // Inheritance: UPanelSlot > UVisual > UObject public static class USafeZoneSlot { public const byte bIsTitleSafe = 0x38; // bool public const byte SafeAreaScale = 0x3c; // FMargin public const byte HAlign = 0x4c; // EHorizontalAlignment public const byte VAlign = 0x4d; // EVerticalAlignment public const byte Padding = 0x50; // FMargin } } }