Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Composite style for the entire translation gizmo, combining axis, planar, and uniform sub-styles with shared delta visual settings.
| Name | FGizmoElementTranslateStyle |
| Type | struct |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/GizmoElementTranslate.h |
| Include Path | #include "EditorGizmos/GizmoElementTranslate.h" |
Syntax
USTRUCT (MinimalAPI)
struct FGizmoElementTranslateStyle : public FGizmoStyleBase
Inheritance Hierarchy
- FGizmoStyleBase → FGizmoElementTranslateStyle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AxisStyle | FGizmoElementTranslateAxisStyle | Shared style for all single-axis translation arrow elements. | EditorGizmos/GizmoElementTranslate.h |
|
| DeltaLineDashGapSpacing | float | Length of each gap between dashes in the delta line, in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| DeltaLineDashSpacing | float | Length of each dash segment in the delta line, in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| DeltaLineThickness | TOptional< float > | Optional override for the delta dashed line thickness. | EditorGizmos/GizmoElementTranslate.h |
|
| OriginLineThickness | float | Outline thickness of the origin sphere, in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| OriginRadius | float | Radius of the origin sphere drawn at the drag start point, in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| PlanarStyle | FGizmoElementTranslatePlanarStyle | Shared style for all two-axis planar translation handles. | EditorGizmos/GizmoElementTranslate.h |
|
| ShowFlags | EGizmoElementTranslateShowFlags | Controls which delta visual elements are shown during interaction at the group level. | EditorGizmos/GizmoElementTranslate.h |
|
| UniformStyle | FGizmoElementTranslateUniformStyle | Style for the uniform (screen-space) translation handle. | EditorGizmos/GizmoElementTranslate.h |
|