Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInputBehaviorSet > API/Runtime/InteractiveToolsFramework/UInputBehaviorSet/Add
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InputBehaviorSet.h |
| Include | #include "InputBehaviorSet.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InputBehaviorSet.cpp |
virtual void Add
(
UInputBehavior * Behavior,
void * Source,
const FString & GroupName
)
Remarks
Add a Behavior to the set
Parameters
| Name | Description |
|---|---|
| Behavior | Behavior to add to set |
| Source | pointer to owning object, used only to identify Behavior later |
| GroupName | string identifier for this Behavior or group of Behaviors |