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
(
const UInputBehaviorSet * OtherSet,
void * NewSource,
const FString & NewGroupName
)
Remarks
Merge another BehaviorSet into this Set
Parameters
| Name | Description |
|---|---|
| OtherSet | Set of Behaviors to add to this Set |
| Source | pointer to owning object, used only to identify Behavior later. If nullptr, source is copied from other Set. |
| NewGroupName | string identifier for this Behavior or group of Behaviors. If empty string, group is copied from other Set. |