SEditorViewportToolbarMenu::OnMouseEnter

Called when the mouse enters a menu button.

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnMouseEnter()

SEditorViewportToolbarMenu::OnMouseEnter()

References

Module

UnrealEd

Header

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

Include

#include "SEditorViewportToolBarMenu.h"

Source

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

Syntax

virtual void OnMouseEnter
(
    const FGeometry & MyGeometry,
    const FPointerEvent & MouseEvent
)

Remarks

Called when the mouse enters a menu button. If there was a menu previously opened we open this menu automatically

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