Enum EStretchDirection Path C++ Link /Script/Slate.EStretchDirection underlying uint8 /Script/Slate Values 4 NameValueHex Both00x00DownOnly10x01UpOnly20x02EStretchDirection_MAX30x03 Used by 1types with a member, parameter or interface of this type UScaleBox // /Script/Slate.EStretchDirection enum class EStretchDirection : uint8 { Both = 0, DownOnly = 1, UpOnly = 2, EStretchDirection_MAX = 3, };