Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h |
Include |
#include "Widgets/Layout/SSplitter.h" |
namespace ESplitterResizeMode
{
enum Type
{
FixedPosition,
FixedSize,
Fill,
}
}
Name |
Description |
---|---|
FixedPosition |
Resize the selected slot. If space is needed, then resize the next resizable slot. |
FixedSize |
Resize the selected slot. If space is needed, then resize the last resizable slot. |
Fill |
Resize the selected slot by redistributing the available space with the following resizable slots. |