Navigation
API > API/Editor > API/Editor/UMGEditor
The location where the widget should appear
| Name | EExtensionLayoutLocation |
| Type | enum |
| Header File | /Engine/Source/Editor/UMGEditor/Public/DesignerExtension.h |
| Include Path | #include "DesignerExtension.h" |
Syntax
enum EExtensionLayoutLocation
{
RelativeFromParent,
TopLeft,
TopCenter,
TopRight,
CenterLeft,
CenterCenter,
CenterRight,
BottomLeft,
BottomCenter,
BottomRight,
}
Values
| Name | Remarks |
|---|---|
| RelativeFromParent | Slate unit position relative from the parent. |
| TopLeft | |
| TopCenter | |
| TopRight | |
| CenterLeft | |
| CenterCenter | |
| CenterRight | |
| BottomLeft | |
| BottomCenter | |
| BottomRight |