SNodePanel::OnMouseWheel

Called when the mouse wheel is spun. This event is bubbled.

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnMouseWheel()

SNodePanel::OnMouseWheel()

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SNodePanel.h

Include

#include "SNodePanel.h"

Source

/Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp

Syntax

virtual FReply OnMouseWheel
(
    const FGeometry & MyGeometry,
    const FPointerEvent & MouseEvent
)

Remarks

Called when the mouse wheel is spun. This event is bubbled.

Returns

Returns whether the event was handled, along with other possible actions

Parameters

Parameter

Description

MouseEvent

Mouse event

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss