FScrollyZoomy::OnMouseButtonUp

Should be called when a mouse button is released.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Layout/ScrollyZoomy.h

Include

#include "Framework/Layout/ScrollyZoomy.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Layout/ScrollyZoomy.cpp

Syntax

FReply OnMouseButtonUp
(
    const TSharedRef< SWidget > MyWidget,
    const FGeometry & MyGeometry,
    const FPointerEvent & MouseEvent
)

Remarks

Should be called when a mouse button is released.

Returns

If FReply::Handled is returned, that should be passed as the result of the calling function.

Parameters

Parameter

Description

MyWidget

Pointer to the widget that owns this object.

MyGeometry

Geometry of the widget we're scrolling.

MouseEvent

The mouse event passed to a widget's OnMouseButtonUp function.

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