PushMenu

Overload list

Windows
MacOS
Linux
Name Description

Public function

TSharedPtr< ...

 

PushMenu

(
    const TSharedPtr< IMenu >& InParen...,
    const TSharedRef< SWidget >& InCon...,
    const FVector2D& SummonLocation,
    const FPopupTransitionEffect& Tran...,
    const bool bFocusImmediately,
    const FVector2D& SummonLocationSiz...,
    const bool bIsCollapsedByParent
)

Creates a new Menu and adds it to the menu stack under the specified parent menu.

Public function

TSharedPtr< ...

 

PushMenu

(
    const TSharedRef< SWidget >& InPar...,
    const FWidgetPath& InOwnerPath,
    const TSharedRef< SWidget >& InCon...,
    const FVector2D& SummonLocation,
    const FPopupTransitionEffect& Tran...,
    const bool bFocusImmediately,
    const FVector2D& SummonLocationSiz...,
    TOptional< EPopupMethod > Method,
    const bool bIsCollapsedByParent
)

Creates a new Menu and adds it to the menu stack.

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