UGizmoTransformChangeStateTarget::Construct

Create and initialize an standard instance of [UGizmoTransformChangeStateTarget](API\Runtime\InteractiveToolsFramework\BaseGizmos\UGizmoTransformChangeStateTarget)

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseGizmos/StateTargets.h"

Syntax

static UGizmoTransformChangeStateTarget * Construct
(
    USceneComponent * TargetComponentIn,
    const FText & DescriptionIn,
    IToolContextTransactionProvider * TransactionManagerIn,
    UObject * Outer
)

Remarks

Create and initialize an standard instance of UGizmoTransformChangeStateTarget

Parameters

Parameter

Description

TargetComponentIn

the USceneComponent this StateTarget will track transform changes on

DescriptionIn

Localized text description of the transaction

TransactionManagerIn

pointer to the GizmoManager or ToolManager used to manage transactions

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