Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
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.
| Name | FBeginToolChange |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h |
| Include Path | #include "InteractiveToolManager.h" |
Syntax
class FBeginToolChange : public FToolCommandChange
Inheritance Hierarchy
- FChange → FCommandChange → FToolCommandChange → FBeginToolChange