SViewportToolBar::OnMouseEnter

Called when the mouse enters the toolbar area. We fade in the toolbar when this happens

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnMouseEnter()

SViewportToolBar::OnMouseEnter()

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 OnMouseEnter
(
    const FGeometry & MyGeometry,
    const FPointerEvent & MouseEvent
)

Remarks

Called when the mouse enters the toolbar area. We fade in the toolbar when this happens

Parameters

Parameter

Description

MyGeometry

Information about the size of the toolbar

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