UUserWidget::OnMouseLeave

The system will use this event to notify a widget that the cursor has left it.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h

Include

#include "Blueprint/UserWidget.h"

Syntax

void OnMouseLeave
(
    const FPointerEvent & MouseEvent
)

Remarks

The system will use this event to notify a widget that the cursor has left it. This event is NOT bubbled.

Parameters

Parameter

Description

MouseEvent

Information about the input 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