unreal.GizmoElementTranslateShowFlags¶
- class unreal.GizmoElementTranslateShowFlags¶
Bases:
EnumBaseBitflags controlling visibility of translation delta visual elements during interaction.
C++ Source:
Module: EditorInteractiveToolsFramework
File: GizmoElementTranslate.h
- ALL: GizmoElementTranslateShowFlags = Ellipsis¶
All delta visual elements enabled.
- Type:
7
- DELTA_LABEL: GizmoElementTranslateShowFlags = Ellipsis¶
Show the numeric distance label.
- Type:
2
- DELTA_LINE: GizmoElementTranslateShowFlags = Ellipsis¶
Show the dashed line from origin to current position.
- Type:
1
- DELTA_ORIGIN: GizmoElementTranslateShowFlags = Ellipsis¶
Show the origin marker at the drag start point.
- Type:
4