Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolManager
- IToolContextTransactionProvider::EmitObjectChange()
- UInteractiveToolManager::EmitObjectChange()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h |
| Include | #include "InteractiveToolManager.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveToolManager.cpp |
virtual void EmitObjectChange
&40;
UObject &42; TargetObject,
TUniquePtr< FToolCommandChange > Change,
const FText & Description
&41;
Remarks
Forward an FChange object to the Context
Parameters
| Name | Description |
|---|---|
| TargetObject | the object that the FChange applies to |
| Change | the change object that the Context should insert into the transaction history |
| Description | text description of this change (this is the string that appears on undo/redo in the UE Editor) |