ESplitterResizeMode::Type

Choose your operating system:

Windows

macOS

Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h

Include

#include "Widgets/Layout/SSplitter.h"

Syntax

namespace ESplitterResizeMode
{
    enum Type
    {
        FixedPosition,
        FixedSize,
        Fill,
    }
}

Values

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.