Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FMenuStack
Description
Callback method called by all menus when they are dismissed. Handles changes to the stack state when a menu is destroyed.
| Name | OnMenuDestroyed |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/MenuStack.h |
| Include Path | #include "Framework/Application/MenuStack.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/MenuStack.cpp |
void OnMenuDestroyed
(
TSharedRef < IMenu > InMenu
)
Parameters
| Name | Remarks |
|---|---|
| InMenu | The menu that was destroyed. |