Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SSplitter
How should a child's size be determined
| Name | ESizeRule |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h |
| Include Path | #include "Widgets/Layout/SSplitter.h" |
Syntax
enum ESizeRule
{
SizeToContent,
FractionOfParent,
}
Values
| Name | Remarks |
|---|---|
| SizeToContent | Get the DesiredSize() of the content |
| FractionOfParent | Use a fraction of the parent's size |