Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Visual style parameters for a planar translation handle (two-axis rectangle).
| Name | FGizmoElementTranslatePlanarStyle |
| Type | struct |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/GizmoElementTranslate.h |
| Include Path | #include "EditorGizmos/GizmoElementTranslate.h" |
Syntax
USTRUCT (MinimalAPI)
struct FGizmoElementTranslatePlanarStyle : public FGizmoStyleBase
Inheritance Hierarchy
- FGizmoStyleBase → FGizmoElementTranslatePlanarStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGizmoElementTranslatePlanarStyle() |
EditorGizmos/GizmoElementTranslate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OffsetFromOrigin | float | Distance from the gizmo origin to the center of the planar handle, in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| Size | float | Width and height of the planar handle square, in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| SizeMultiplier | float | Multiplier applied to Size, typically driven by a user setting. | EditorGizmos/GizmoElementTranslate.h | |
| Thickness | float | Thickness (depth) of the planar handle geometry, in world units. | EditorGizmos/GizmoElementTranslate.h |
|
| VertexColorMaterial | TObjectPtr< UMaterialInterface > | Material used for vertex-color-based rendering of the planar handle. | EditorGizmos/GizmoElementTranslate.h |