Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UGizmoTransformChangeStateTarget
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/StateTargets.h |
| Include | #include "BaseGizmos/StateTargets.h" |
static UGizmoTransformChangeStateTarget &42; Construct
&40;
USceneComponent &42; TargetComponentIn,
const FText & DescriptionIn,
IToolContextTransactionProvider &42; TransactionManagerIn,
UObject &42; Outer
&41;
Remarks
Create and initialize an standard instance of UGizmoTransformChangeStateTarget
Parameters
| Name | 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 |