Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/SlateWrapperTypes.h |
Include | #include "Components/SlateWrapperTypes.h" |
Syntax
namespace ESlateSizeRule
{
enum Type
&123;
Automatic,
Fill,
&125;
}
Values
Name | Description |
---|---|
Automatic | Only requests as much room as it needs based on the widgets desired size. |
Fill | Greedily attempts to fill all available room based on the percentage value 0..1 |
Remarks
The sizing options of UWidgets