Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCombinedTransformGizmo * UE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo
(
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) | BaseGizmos/TransformGizmoUtil.h | |
UCombinedTransformGizmo * UE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo
(
UInteractiveToolManager* ToolManager, |
Spawn a new custom Transform gizmo (see UCombinedTransformGizmoContextObject::CreateCustomRepositionableTransformGizmo for details) ToolManager's ToolsContext must have a UCombinedTransformGizmoContextObject registered (see UCombinedTransformGizmoContextObject for details) | BaseGizmos/TransformGizmoUtil.h |
UE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo(UInteractiveGizmoManager , ETransformGizmoSubElements, void , const FString &)
Description
Spawn a new custom Transform gizmo (see UCombinedTransformGizmoContextObject::CreateCustomTransformGizmo for details) GizmoManager's ToolsContext must have a UCombinedTransformGizmoContextObject registered (see UCombinedTransformGizmoContextObject for details)
| Name | UE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformGizmoUtil.h |
| Include Path | #include "BaseGizmos/TransformGizmoUtil.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/TransformGizmoUtil.cpp |
namespace UE
{
namespace TransformGizmoUtil
{
UCombinedTransformGizmo * UE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo
(
UInteractiveGizmoManager * GizmoManager,
ETransformGizmoSubElements Elements,
void * Owner,
const FString & InstanceIdentifier
)
}
}
UE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo(UInteractiveToolManager , ETransformGizmoSubElements, void , const FString &)
Description
Spawn a new custom Transform gizmo (see UCombinedTransformGizmoContextObject::CreateCustomRepositionableTransformGizmo for details) ToolManager's ToolsContext must have a UCombinedTransformGizmoContextObject registered (see UCombinedTransformGizmoContextObject for details)
| Name | UE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformGizmoUtil.h |
| Include Path | #include "BaseGizmos/TransformGizmoUtil.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/TransformGizmoUtil.cpp |
namespace UE
{
namespace TransformGizmoUtil
{
UCombinedTransformGizmo * UE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo
(
UInteractiveToolManager * ToolManager,
ETransformGizmoSubElements Elements,
void * Owner,
const FString & InstanceIdentifier
)
}
}