Choose your operating system:
Windows
macOS
Linux
| IModifierToggleBehaviorTarget
|
Module |
|
Header |
/Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/BehaviorTargetInterfaces.h |
Include |
#include "BaseBehaviors/BehaviorTargetInterfaces.h" |
class IMouseWheelBehaviorTarget : public IModifierToggleBehaviorTarget
Functions required to apply mouse wheel behavior
Name | Description | |
---|---|---|
|
~IMouseWheelBehaviorTarget() |
Name | Description | ||
---|---|---|---|
|
OnMouseWheelScrollDown ( |
||
|
OnMouseWheelScrollUp ( |
||
|
ShouldRespondToMouseWheel ( |
The result's bHit property determines whether the mouse wheel action will be captured. |