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