Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformSubGizmoUtil.h |
| Include | #include "BaseGizmos/TransformSubGizmoUtil.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/TransformSubGizmoUtil.cpp |
namespace UE
{
namespace GizmoUtil
{
void UE::GizmoUtil::InitializeSubGizmoElementsWithMesh
(
const FInitMeshSubGizmoParams & Params,
TArray< TPair< ETransformGizmoSubElements , UViewAdjustedStaticMeshGizmoComponent * > > * ElementComponentsOut
)
}
}
Remarks
Given a UCombinedTransformGizmo, swaps selected elements with custom meshes.
Parameters
| Name | Description |
|---|---|
| ComponentsOut | Optional output array of newly created gizmo components, as pairs with the single element that they were created for. |