Navigation
API > API/Editor > API/Editor/EditorFramework
Coordinate system identifiers.
| Name | ECoordSystem |
| Type | enum |
| Header File | /Engine/Source/Editor/EditorFramework/Public/UnrealWidgetFwd.h |
| Include Path | #include "UnrealWidgetFwd.h" |
Syntax
enum ECoordSystem
{
COORD_None = -1,
COORD_World,
COORD_Local,
COORD_Parent,
COORD_Explicit,
COORD_Max,
}
Values
| Name | Remarks |
|---|---|
| COORD_None | |
| COORD_World | |
| COORD_Local | |
| COORD_Parent | |
| COORD_Explicit | |
| COORD_Max |