Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInputBehaviorSet
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InputBehaviorSet.h |
| Include | #include "InputBehaviorSet.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InputBehaviorSet.cpp |
virtual bool RemoveByGroup
&40;
const FString & GroupName
&41;
Remarks
Remove a group of Behaviors from the Set true if any Behaviors were found and removed
Parameters
| Name | Description |
|---|---|
| GroupName | name of group, all Behaviors that were added with this GroupName are removed |