Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Interaction options for translation gizmo elements, controlling how user input maps to translation deltas.
| Name | FGizmoElementTranslateInteraction |
| Type | struct |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/GizmoElementTranslate.h |
| Include Path | #include "EditorGizmos/GizmoElementTranslate.h" |
Syntax
USTRUCT (MinimalAPI, Category="Translate")
struct FGizmoElementTranslateInteraction
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Direction | TOptional< FVector2D > | The explicit drag direction corresponding with view-relative translation. | EditorGizmos/GizmoElementTranslate.h |
|