Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UE__GizmoUtil__C-
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoUtil.h |
| Include | #include "BaseGizmos/GizmoUtil.h" |
namespace UE
{
namespace GizmoUtil
{
template<typename GizmoClass>
GizmoClass * UE::GizmoUtil::CreateGizmoViaSimpleBuilder
(
UInteractiveGizmoManager * GizmoManager,
const FString & InstanceIdentifier,
void * GizmoOwner
)
}
}
Remarks
Template version of CreateGizmoViaSimpleBuilder that does a cast on return.