Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveGizmoManager
Description
Activate a new instance of the default 3-axis transformation Gizmo. RegisterDefaultGizmos() must have been called first.
| Name | Create3AxisTransformGizmo |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveGizmoManager.h |
| Include Path | #include "InteractiveGizmoManager.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveGizmoManager.cpp |
virtual UCombinedTransformGizmo * Create3AxisTransformGizmo
(
void * Owner,
const FString & InstanceIdentifier
)
new Gizmo instance that has been created and initialized
Parameters
| Name | Remarks |
|---|---|
| Owner | optional void pointer to whatever "owns" this Gizmo. Allows Gizmo to later be deleted using DestroyAllGizmosByOwner() |
| InstanceIdentifier | optional client-defined unique string that can be used to locate this instance |