Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolManager
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h |
| Include | #include "InteractiveToolManager.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveToolManager.cpp |
virtual void DeactivateTool
&40;
EToolSide Side,
EToolShutdownType ShutdownType
&41;
Remarks
Shut down an active Tool on the given side
Parameters
| Name | Description |
|---|---|
| Side | which "side" you would like to shut down |
| ShutdownType | how should the tool be terminated (eg Accept/Cancel) |