Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UCombinedTransfo-
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformGizmoUtil.h |
| Include | #include "BaseGizmos/TransformGizmoUtil.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/TransformGizmoUtil.cpp |
virtual UCombinedTransformGizmo &42; Create3AxisTransformGizmo
&40;
UInteractiveGizmoManager &42; GizmoManager,
void &42; Owner,
const FString & InstanceIdentifier
&41;
Remarks
Activate a new instance of the default 3-axis transformation Gizmo. RegisterDefaultGizmos() must have been called first. new Gizmo instance that has been created and initialized
Parameters
| Name | Description |
|---|---|
| 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 |