ECoordSystem

Coordinate system identifiers.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/UnrealWidget.h

Include

#include "UnrealWidget.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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss