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 Remove
(
UInputBehavior * Behavior
)
Remarks
Remove a Behavior from the Set true if Behavior was found and removed
Parameters
| Name | Description |
|---|---|
| Behavior | Behavior to remove |