Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FMenuStack
Description
Callback method called by all menus when they lose focus. Handles dismissing menus that have lost focus.
| Name | OnMenuContentLostFocus |
| 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 OnMenuContentLostFocus
(
const FWidgetPath & InFocussedPath
)
Parameters
| Name | Remarks |
|---|---|
| InFocussedPath | The new focus path. |