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