Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FMenuStack
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IMenu > | PushHosted
(
const FWidgetPath& InOwnerPath, |
Pushes a new menu onto the stack that is drawn by an external host widget. | |
| TSharedRef< IMenu > | PushHosted
(
const TSharedPtr< IMenu >& InParentMenu, |
Pushes a new child menu onto the stack that is drawn by an external host widget. |