ECoordSystem

Coordinate system identifiers.

Choose your operating system:

Windows

macOS

Linux

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_Max,
}

Values

Name

Description

COORD_None

COORD_World

COORD_Local

COORD_Max

Remarks

Coordinate system identifiers.