Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseBehaviors > API/Runtime/InteractiveToolsFramework/BaseBehaviors/UMouseWheelInputBehavior
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/MouseWheelBehavior.h |
| Include | #include "BaseBehaviors/MouseWheelBehavior.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseBehaviors/MouseWheelBehavior.cpp |
virtual void Initialize
(
IMouseWheelBehaviorTarget * Target
)
Remarks
Initialize this behavior with the given Target
Parameters
| Name | Description |
|---|---|
| Target | implementor of hit-test and on-clicked functions |