Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Visual style parameters for a single translation axis element (arrow handle + delta visuals).
| Name | FGizmoElementTranslateAxisStyle |
| Type | struct |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/GizmoElementTranslate.h |
| Include Path | #include "EditorGizmos/GizmoElementTranslate.h" |
Syntax
USTRUCT (MinimalAPI)
struct FGizmoElementTranslateAxisStyle : public FGizmoStyleBase
Inheritance Hierarchy
- FGizmoStyleBase → FGizmoElementTranslateAxisStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGizmoElementTranslateAxisStyle() |
EditorGizmos/GizmoElementTranslate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArrowHeight | float | Height of the arrow head cone in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| ArrowRadius | float | Base radius of the arrow head cone in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| ArrowSizeMultiplier | float | Overall scale multiplier for the arrow head geometry. | EditorGizmos/GizmoElementTranslate.h |
|
| AxisLength | float | Length of the axis arrow body in world units (before multiplier). | EditorGizmos/GizmoElementTranslate.h |
|
| AxisLengthMultiplier | float | Multiplier applied to AxisLength, typically driven by a user setting. | EditorGizmos/GizmoElementTranslate.h | |
| AxisOffsetFromCenter | float | Gap between the gizmo origin and the start of the axis arrow, in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| DeltaTextBackgroundColor | FLinearColor | Background color/alpha of the text box. | EditorGizmos/GizmoElementTranslate.h |
|
| HandleSizeMultiplier | float | Multiplier for the arrow head size, typically driven by a user setting. | EditorGizmos/GizmoElementTranslate.h | |
| LineThickness | float | Thickness of the axis line in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| NumSegments | int32 | Number of segments used when generating cylindrical geometry (arrow body, etc.). | EditorGizmos/GizmoElementTranslate.h | |
| ShowFlags | EGizmoElementTranslateShowFlags | Controls which delta visual elements are shown during interaction. | EditorGizmos/GizmoElementTranslate.h |
|
| VertexColorMaterial | TObjectPtr< UMaterialInterface > | Material used for vertex-color-based rendering of axis elements. | EditorGizmos/GizmoElementTranslate.h |