Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveGizmoManager
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveGizmoManager.h |
| Include | #include "InteractiveGizmoManager.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveGizmoManager.cpp |
virtual UCombinedTransformGizmo &42; CreateCustomTransformGizmo
&40;
ETransformGizmoSubElements Elements,
void &42; Owner,
const FString & InstanceIdentifier
&41;
Remarks
Activate a new customized instance of the default 3-axis transformation Gizmo, with only certain elements included. RegisterDefaultGizmos() must have been called first. new Gizmo instance that has been created and initialized
Parameters
| Name | Description |
|---|---|
| Elements | flags that indicate which standard gizmo sub-elements should be included |
| 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 |