Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
UEditorTransformGizmo handles Editor-specific functionality for the TransformGizmo, applied to a UEditorTransformProxy target object.
| Name | UEditorTransformGizmo |
| Type | class |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/EditorTransformGizmo.h |
| Include Path | #include "EditorGizmos/EditorTransformGizmo.h" |
Syntax
UCLASS (MinimalAPI)
class UEditorTransformGizmo : public UTransformGizmo
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveGizmo → UTransformGizmo → UEditorTransformGizmo
Implements Interfaces
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnGizmoTransformBegin
(
UTransformProxy* TransformProxy |
Functions to listen to gizmo transform begin/end. | EditorGizmos/EditorTransformGizmo.h | |
void OnGizmoTransformEnd
(
UTransformProxy* TransformProxy |
EditorGizmos/EditorTransformGizmo.h |
Overridden from UTransformGizmo
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyRotateDelta
(
const FQuat& InRotateDelta |
Apply rotate delta to transform proxy | EditorGizmos/EditorTransformGizmo.h | |
virtual void ApplyScaleDelta
(
const FVector& InScaleDelta |
Apply scale delta to transform proxy | EditorGizmos/EditorTransformGizmo.h | |
virtual void ApplyTranslateDelta
(
const FVector& InTranslateDelta |
Apply translate delta to transform proxy | EditorGizmos/EditorTransformGizmo.h | |
virtual void SetActiveTarget
(
UTransformProxy* Target, |
UTransformGizmo override | EditorGizmos/EditorTransformGizmo.h |