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 UInteractiveTool * GetActiveTool
(
EToolSide Side
)
Remarks
Get pointer to active Tool on a given side pointer to Tool instance active on that Side, or nullptr if no such Tool exists
Parameters
| Name | Description |
|---|---|
| Side | which Side is being requested |