Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IMenu > | PushHostedMenu
(
const TSharedPtr< IMenu >& InParentMenu, |
Creates a new hosted child Menu and adds it to the menu stack under the specified parent menu. | |
| TSharedPtr< IMenu > | PushHostedMenu
(
const TSharedRef< SWidget >& InParentWidget, |
Creates a new hosted Menu and adds it to the menu stack. |