Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Inheritance Hierarchy
- 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.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Apply
(
UObject* Object |
||
| bool | HasExpired
(
UObject* Object |
||
| void | Revert
(
UObject* Object |
Overridden from FToolCommandChange
| Type | Name | Description | |
|---|---|---|---|
| FString | ToString () |