unreal.GizmoElementScaleShowFlags

class unreal.GizmoElementScaleShowFlags

Bases: EnumBase

Bitflags controlling visibility of scale delta visual elements during interaction.

C++ Source:

  • Module: EditorInteractiveToolsFramework

  • File: GizmoElementScale.h

ALL: GizmoElementScaleShowFlags = Ellipsis

All delta visual elements enabled.

Type:

3

DELTA_LABEL: GizmoElementScaleShowFlags = Ellipsis

Show the numeric scale label.

Type:

2

DELTA_LINE: GizmoElementScaleShowFlags = Ellipsis

Show the delta line from the axis handle to the scaled position.

Type:

1