Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FMenuStack
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/MenuStack.h |
| Include | #include "Framework/Application/MenuStack.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/MenuStack.cpp |
void OnWindowActivated
&40;
TSharedRef< SWindow > ActivatedWindow
&41;
Remarks
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
Parameters
| Name | Description |
|---|---|
| ActivatedWindow | The window that was just activated |