Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
| Type | Name | Description | |
|---|---|---|---|
| GizmoClass * | UE::GizmoUtil::CreateGizmoViaSimpleBuilder
(
UInteractiveGizmoManager* GizmoManager, |
Template version of CreateGizmoViaSimpleBuilder that does a cast on return. | |
| UInteractiveGizmo * | UE::GizmoUtil::CreateGizmoViaSimpleBuilder
(
UInteractiveGizmoManager* GizmoManager, |
Uses the gizmo manager to create a gizmo of the given class (assuming that the gizmo type does not need any special setup beyond instantiation) without having to register a custom builder for that class ahead of time. |