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