Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseBehaviors
Inheritance Hierarchy
- IModifierToggleBehaviorTarget
- IMouseWheelBehaviorTarget
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/BehaviorTargetInterfaces.h |
| Include | #include "BaseBehaviors/BehaviorTargetInterfaces.h" |
Syntax
class IMouseWheelBehaviorTarget : public IModifierToggleBehaviorTarget
Remarks
Functions required to apply mouse wheel behavior
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnMouseWheelScrollDown
(
const FInputDeviceRay& CurrentPos |
||
| void | OnMouseWheelScrollUp
(
const FInputDeviceRay& CurrentPos |
||
| FInputRayHit | ShouldRespondToMouseWheel
(
const FInputDeviceRay& CurrentPos |
The result's bHit property determines whether the mouse wheel action will be captured. |