Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveTool
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual void RemoveInputBehaviorsBySource
&40;
void &42; Source
&41;
Remarks
Remove all input behaviors that had the given source pointer set during their addition. Typically only effective when called during tool Setup(), as the behavior set gets submitted to the input router after that call.
Parameters
| Name | Description |
|---|---|
| Source | Identifying pointer |