UContentWidget > UPanelWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UContentWidget > UPanelWidget > UWidget > UVisual > UObject namespace UScaleBox { constexpr auto Stretch = 0x188; // EStretch constexpr auto StretchDirection = 0x189; // EStretchDirection constexpr auto UserSpecifiedScale = 0x18c; // float constexpr auto IgnoreInheritedScale = 0x190; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UContentWidget > UPanelWidget > UWidget > UVisual > UObject public static class UScaleBox { public const UInt16 Stretch = 0x188; // EStretch public const UInt16 StretchDirection = 0x189; // EStretchDirection public const UInt16 UserSpecifiedScale = 0x18c; // float public const UInt16 IgnoreInheritedScale = 0x190; // bool } } }