ATransformGizmoActor::ConstructCustom3AxisGizmo

Create a new instance of [ATransformGizmoActor](API\Runtime\InteractiveToolsFramework\BaseGizmos\ATransformGizmoActor).

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseGizmos/TransformGizmo.h

Include

#include "BaseGizmos/TransformGizmo.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseGizmos/TransformGizmo.cpp

Syntax

static ATransformGizmoActor * ConstructCustom3AxisGizmo
(
    UWorld * World,
    ETransformGizmoSubElements Elements
)

Remarks

Create a new instance of ATransformGizmoActor. Populate the sub-components specified by Elements with standard GizmoXComponent instances suitable for a 3-axis transformer Gizmo

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss