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 CanAcceptActiveTool
(
EToolSide Side
)
Remarks
Check if an active Tool on the given Side can be Accepted in its current state true if there is an active Tool and it returns true from HasAccept() and CanAccept()
Parameters
| Name | Description |
|---|---|
| Side | which Side to check |