Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/EditorFramework/Public/UnrealWidgetFwd.h |
Include |
#include "UnrealWidgetFwd.h" |
enum ECoordSystem
{
COORD_None = -1,
COORD_World,
COORD_Local,
COORD_Max,
}
Name |
Description |
---|---|
COORD_None |
|
COORD_World |
|
COORD_Local |
|
COORD_Max |
Coordinate system identifiers.