We need a sizing container (like a Size Box). Its job is to prevent the content inside from stretching beyond certain limits or shrinking smaller than necessary.
The configurable parameters could include:
- Setting exact width and height
- Setting maximum width and height
- Setting minimum width and height
- Setting minimum and maximum aspect ratios
Attaching a screenshot of a similar component from Unreal Engine as a reference. This container is typically used to constrain UI proportions for ultra-wide monitors, or conversely, to prevent text fields in a resizable UI from becoming too small.
Thanks in advance!
We need a sizing container (like a Size Box). Its job is to prevent the content inside from stretching beyond certain limits or shrinking smaller than necessary.
The configurable parameters could include:
Attaching a screenshot of a similar component from Unreal Engine as a reference. This container is typically used to constrain UI proportions for ultra-wide monitors, or conversely, to prevent text fields in a resizable UI from becoming too small.
Thanks in advance!