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 RemoveBySource
(
void * Source
)
Remarks
Remove a group of Behaviors from the Set true if any Behaviors were found and removed
Parameters
| Name | Description |
|---|---|
| Source | source object pointer, all Behaviors that were added with this Source pointer are removed. |