Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/ACombinedTransformGizmoActor
Description
Create a new instance of ACombinedTransformGizmoActor. Populate the sub-components specified by Elements with standard GizmoXComponent instances suitable for a 3-axis transformer Gizmo
| Name | ConstructCustom3AxisGizmo |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/CombinedTransformGizmo.h |
| Include Path | #include "BaseGizmos/CombinedTransformGizmo.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/CombinedTransformGizmo.cpp |
static ACombinedTransformGizmoActor * ConstructCustom3AxisGizmo
(
UWorld * World,
UGizmoViewContext * GizmoViewContext,
ETransformGizmoSubElements Elements
)