Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
FToolChangeWrapperChange wraps an FChange emitted by an InteractiveTool, allowing us to Expire the change without each FChange implementation needing to handle this explicitly.
| Name | FToolChangeWrapperChange |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h |
| Include Path | #include "InteractiveToolManager.h" |
Syntax
class FToolChangeWrapperChange : public FToolCommandChange
Inheritance Hierarchy
- FChange → FCommandChange → FToolCommandChange → FToolChangeWrapperChange
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveTool | TWeakObjectPtr< UInteractiveTool > | InteractiveToolManager.h | ||
| ToolChange | TUniquePtr< FToolCommandChange > | InteractiveToolManager.h | ||
| ToolManager | TWeakObjectPtr< UInteractiveToolManager > | InteractiveToolManager.h |