Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolManager
Description
Try to activate a new Tool instance on the given Side. If another tool is already active, it will be shut down according to ToolSwitchMode.
| Name | ActivateTool |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h |
| Include Path | #include "InteractiveToolManager.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveToolManager.cpp |
virtual bool ActivateTool
(
EToolSide Side
)
true if a new Tool instance was created and initialized
Parameters
| Name | Remarks |
|---|---|
| Side | which "side" you would like to active the tool on |