Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UEditorTransformGizmo
Description
Functions to listen to gizmo transform begin/end. They are currently used to set data on the legacy widget as some viewport clients rely on current axis to be set.
| Name | OnGizmoTransformBegin |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/EditorTransformGizmo.h |
| Include Path | #include "EditorGizmos/EditorTransformGizmo.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/EditorTransformGizmo.cpp |
void OnGizmoTransformBegin
(
UTransformProxy * TransformProxy
) const