EToolContextCoordinateSystem

Types of coordinate systems that a Tool/Gizmo might use

Choose your operating system:

Windows

macOS

Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolContextInterfaces.h

Include

#include "ToolContextInterfaces.h"

Syntax

enum EToolContextCoordinateSystem
{
    World    = 0,
    Local    = 1,
}

Values

Name

Description

World

Local

Remarks

Types of coordinate systems that a Tool/Gizmo might use