Navigation
API > API/Editor > API/Editor/UMGEditor
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