Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Visual style parameters for the uniform (screen-space) translation handle.
| Name | FGizmoElementTranslateUniformStyle |
| Type | struct |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/GizmoElementTranslate.h |
| Include Path | #include "EditorGizmos/GizmoElementTranslate.h" |
Syntax
USTRUCT (MinimalAPI)
struct FGizmoElementTranslateUniformStyle : public FGizmoStyleBase
Inheritance Hierarchy
- FGizmoStyleBase → FGizmoElementTranslateUniformStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGizmoElementTranslateUniformStyle() |
EditorGizmos/GizmoElementTranslate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LineThickness | float | Line thickness for the uniform handle outline, in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| Size | float | Size of the uniform handle element, in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| SizeMultiplier | float | Multiplier applied to Size, typically driven by a user setting. | EditorGizmos/GizmoElementTranslate.h |