ELayoutExtensionPosition

Extension position enumeration

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutExtender.h

Include

#include "Framework/Docking/LayoutExtender.h"

Syntax

enum ELayoutExtensionPosition
{
    Before,
    After,
    Above,
    Below,
}

Values

Name

Description

Before

Extend the layout before the specified element

After

Extend the layout after the specified element

Above

Extend the layout above the specified element in the parent splitter

Below

Extend the layout below the specified element in the parent splitter

Remarks

Extension position enumeration

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss