Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveTool
Description
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.
| Name | RemoveInputBehaviorsBySource |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual void RemoveInputBehaviorsBySource
(
void * Source
)
Parameters
| Name | Remarks |
|---|---|
| Source | Identifying pointer |