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 |
TSharedPtr< IMenu > FindMenuFromWindow
&40;
TSharedRef< SWindow > InWindow
&41; const
Remarks
Finds a menu in the stack that owns InWindow. Although this method isn't deprecated, it is intended for private use inside FMenuStack and its use as a public method should be avoided. Menus should be identified in client code as IMenu interfaces. The menu in the stack that owns InWindow, or an invalid ptr if not found
Parameters
| Name | Description |
|---|---|
| InWindow | The window to look for |