Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Inheritance Hierarchy
- FChange
- FCommandChange
- FToolCommandChange
- FBeginToolChange
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h |
| Include | #include "InteractiveToolManager.h" |
Syntax
class FBeginToolChange : public FToolCommandChange
Remarks
FBeginToolChange is used by UInteractiveToolManager to back out of a Tool on Undo. No action is taken on Redo, ie we do not re-start the Tool on Redo.