AddSubMenu

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

AddSubMenu

(
    const TSharedRef< SWidget > Content...,
    const FNewMenuDelegate& InSubMenu,
    const bool bInOpenSubMenuOnClick,
    const bool bInShouldCloseWindowAfte...
)

Public function

void

 

AddSubMenu

(
    const FUIAction& UIAction,
    const TSharedRef< SWidget > Content...,
    const FNewMenuDelegate& InSubMenu,
    const bool bInShouldCloseWindowAfte...
)

Public function

void

 

AddSubMenu

(
    const TAttribute< FText >& InMenuL...,
    const TAttribute< FText >& InToolT...,
    const FNewMenuDelegate& InSubMenu,
    const bool bInOpenSubMenuOnClick,
    const FSlateIcon& InIcon,
    const bool bInShouldCloseWindowAfte...,
    FName InExtensionHook
)

Public function

void

 

AddSubMenu

(
    const TAttribute< FText >& InMenuL...,
    const TAttribute< FText >& InToolT...,
    const FNewMenuDelegate& InSubMenu,
    const FUIAction& InUIAction,
    FName InExtensionHook,
    const EUserInterfaceActionType InUs...,
    const bool bInOpenSubMenuOnClick,
    const FSlateIcon& InIcon,
    const bool bInShouldCloseWindowAfte...
)

Adds a sub-menu which is a menu within a menu

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