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 * Construct
(
USceneComponent * TargetComponentIn,
const FText & DescriptionIn,
IToolContextTransactionProvider * TransactionManagerIn,
UObject * Outer
)
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 |