Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveTool
Description
Input Behaviors support Add an input behavior for this Tool. Typically only effective when called during tool Setup(), as the behavior set gets submitted to the input router after that call.
| Name | AddInputBehavior |
| 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 AddInputBehavior
(
UInputBehavior * Behavior,
void * Source
)
Parameters
| Name | Remarks |
|---|---|
| Behavior | behavior to add |
| Source | Optional pointer that could be used to identify the behavior for removal later. |