UContentWidget > UPanelWidget > UWidget > UVisual > UObject
Allows you to place content with a desired size and have it scale to meet the constraints placed on this box's alloted area. If you needed to have a background image scale to fill an area but not become distorted with different aspect ratios, or if you need to auto fit some text to an area, this is the control for you. Single Child Aspect Ratio
Member | Type | Offset | Share |
---|---|---|---|
Stretch
The stretching rule to apply when content is stretched |
EStretch | 0x120 | |
StretchDirection
Controls in what direction content can be scaled |
EStretchDirection | 0x121 | |
UserSpecifiedScale
Optional scale that can be specified by the User. Used only for UserSpecified stretching. |
float | 0x124 | |
IgnoreInheritedScale
Optional bool to ignore the inherited scale. |
bool | 0x128 |