SViewportToolBar::OnMouseLeave

Called when the mouse leaves the toolbar area. We fade out the toolbar when this happens

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnMouseLeave()

SViewportToolBar::OnMouseLeave()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/SViewportToolBar.h

Include

#include "SViewportToolBar.h"

Source

/Engine/Source/Editor/UnrealEd/Private/SViewportToolBar.cpp

Syntax

virtual void OnMouseLeave
(
    const FPointerEvent & MouseEvent
)

Remarks

Called when the mouse leaves the toolbar area. We fade out the toolbar when this happens

Parameters

Parameter

Description

MouseEvent

The mouse event that triggered this 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