FScrollyZoomy::OnMouseLeave

Should be called from your widget's OnMouseLeave override.

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

void OnMouseLeave
(
    const TSharedRef< SWidget > MyWidget,
    const FPointerEvent & MouseEvent
)

Remarks

Should be called from your widget's OnMouseLeave override.

Parameters

Parameter

Description

MyWidget

Pointer to the widget that owns this object.

MouseEvent

The mouse leave event that was passed to the widget's OnMouseLeave 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