Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FMenuStack
Description
Notifies the stack that a new window was activated. The menu stack will be dismissed if the activated window is not a menu in the stack
| Name | OnWindowActivated |
| 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 OnWindowActivated
(
TSharedRef < SWindow > ActivatedWindow
)
Parameters
| Name | Remarks |
|---|---|
| ActivatedWindow | The window that was just activated |