Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Controls the (fixed) visibility of various visual elements in the TransformGizmo.
| Name | ETransformGizmoShowFlags |
| Type | enum |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/TransformGizmo.h |
| Include Path | #include "EditorGizmos/TransformGizmo.h" |
Syntax
enum ETransformGizmoShowFlags
{
None = 0 UMETA(Hidden),
DeltaLabel = 1 << 0,
DeltaLine = 1 << 1,
DeltaArc = 1 << 2,
DeltaOrigin = 1 << 3,
All = DeltaLabel | DeltaLine | DeltaArc | DeltaOrigin,
}
Values
| Name | Remarks |
|---|---|
| None | |
| DeltaLabel | |
| DeltaLine | |
| DeltaArc | |
| DeltaOrigin | |
| All |