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 > FindMenuInWidgetPath
&40;
const FWidgetPath & PathToQuery
&41; const
Remarks
Searches from bottom to top of the widget path for a menu in the stack. If the widget at the end of PathToQuery is inside a menu, there will be a menu content wrapper widget in the path. The menu in the stack that contains the widget at the end of PathToQuery, or an invalid ptr if not found
Parameters
| Name | Description |
|---|---|
| PathToQuery | The widget path to search for a menu |