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 bool CanActivateTool
&40;
EToolSide eSide,
FString Identifier
&41;
Remarks
Check if a named Tool type can currently be activated on the given ToolSide true if the Tool type could be activated
Parameters
| Name | Description |
|---|---|
| Side | which "side" you would like to active the tool on |
| Identifier | string name of the Tool type |