UPanelSlot > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPanelSlot > UVisual > UObject namespace UVerticalBoxSlot { constexpr auto Size = 0x38; // FSlateChildSize constexpr auto Padding = 0x40; // FMargin constexpr auto HorizontalAlignment = 0x58; // EHorizontalAlignment constexpr auto VerticalAlignment = 0x59; // EVerticalAlignment } } }
public static class Offsets { public static class Classes { // Inheritance: UPanelSlot > UVisual > UObject public static class UVerticalBoxSlot { public const byte Size = 0x38; // FSlateChildSize public const byte Padding = 0x40; // FMargin public const byte HorizontalAlignment = 0x58; // EHorizontalAlignment public const byte VerticalAlignment = 0x59; // EVerticalAlignment } } }