Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FMenuStack
Description
This is the pre-push stage of menu creation. It is responsible for wrapping content and calculating menu positioning. This stage is not used by "hosted" menus.
| Name | PrePush |
| 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 |
FPrePushResults PrePush
(
const FPrePushArgs & InArgs
)
Pre-push results.
Parameters
| Name | Remarks |
|---|---|
| InArgs | Pre-push options. |