Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h |
Include |
#include "Widgets/Layout/SSplitter.h" |
enum ESizeRule
{
SizeToContent,
FractionOfParent,
}
Name |
Description |
---|---|
SizeToContent |
Get the DesiredSize() of the content |
FractionOfParent |
Use a fraction of the parent's size |
How should a child's size be determined