Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UGizmoObjectModifyStateTarget
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/StateTargets.h |
| Include | #include "BaseGizmos/StateTargets.h" |
static UGizmoObjectModifyStateTarget &42; Construct
&40;
UObject &42; ModifyObjectIn,
const FText & DescriptionIn,
IToolContextTransactionProvider &42; TransactionManagerIn,
UObject &42; Outer
&41;
Remarks
Create and initialize an standard instance of UGizmoObjectModifyStateTarget
Parameters
| Name | Description |
|---|---|
| ModifyObjectIn | the object this StateTarget will call Modify() on |
| DescriptionIn | Localized text description of the transaction |
| GizmoManagerIn | pointer to the GizmoManager used to manage transactions |