UPanelSlot > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPanelSlot > UVisual > UObject namespace UUniformGridSlot { constexpr auto HorizontalAlignment = 0x38; // EHorizontalAlignment constexpr auto VerticalAlignment = 0x39; // EVerticalAlignment constexpr auto Row = 0x3c; // int32_t constexpr auto Column = 0x40; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UPanelSlot > UVisual > UObject public static class UUniformGridSlot { public const byte HorizontalAlignment = 0x38; // EHorizontalAlignment public const byte VerticalAlignment = 0x39; // EVerticalAlignment public const byte Row = 0x3c; // int32_t public const byte Column = 0x40; // int32_t } } }