Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Inheritance Hierarchy
- FChange
- FCommandChange
- FToolCommandChange
- FActivateToolChange
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h |
| Include | #include "InteractiveToolManager.h" |
Syntax
class FActivateToolChange : public FToolCommandChange
Remarks
FActivateToolChange is used by UInteractiveToolManager to change the active tool. This Change has two modes, either activating or deactivating.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsDeactivate | ||
| EToolShutdownType | ShutdownType | ||
| EToolSide | Side | ||
| FString | ToolType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FActivateToolChange
(
EToolSide SideIn, |
|||
FActivateToolChange
(
EToolSide SideIn, |