Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
| Type | Name | Description | |
|---|---|---|---|
| UCombinedTransformGizmo * | UE::TransformGizmoUtil::CreateCustomTransformGizmo
(
UInteractiveGizmoManager* GizmoManager, |
Spawn a new custom Transform gizmo (see UCombinedTransformGizmoContextObject::CreateCustomTransformGizmo for details) GizmoManager's ToolsContext must have a UCombinedTransformGizmoContextObject registered (see UCombinedTransformGizmoContextObject for details) | |
| UCombinedTransformGizmo * | UE::TransformGizmoUtil::CreateCustomTransformGizmo
(
UInteractiveToolManager* ToolManager, |
Spawn a new custom Transform gizmo (see UCombinedTransformGizmoContextObject::CreateCustomTransformGizmo for details) ToolManager's ToolsContext must have a UCombinedTransformGizmoContextObject registered (see UCombinedTransformGizmoContextObject for details) |