EExtensionLayoutLocation

The location where the widget should appear

Windows
MacOS
Linux

References

Module

UMGEditor

Header

/Engine/Source/Editor/UMGEditor/Public/DesignerExtension.h

Include

#include "DesignerExtension.h"

Syntax

enum EExtensionLayoutLocation
{
    RelativeFromParent,
    TopLeft,
    TopCenter,
    TopRight,
    CenterLeft,
    CenterCenter,
    CenterRight,
    BottomLeft,
    BottomCenter,
    BottomRight,
}

Values

Name

Description

RelativeFromParent

Slate unit position relative from the parent.

TopLeft

TopCenter

TopRight

CenterLeft

CenterCenter

CenterRight

BottomLeft

BottomCenter

BottomRight

Remarks

The location where the widget should appear

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