Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FMenuStack
Contains all the options returned from the pre-push stage of the menu creation process
| Name | FPrePushResults |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/MenuStack.h |
| Include Path | #include "Framework/Application/MenuStack.h" |
Syntax
struct FPrePushResults
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimFinalLocation | FVector2f | Framework/Application/MenuStack.h | ||
| AnimStartLocation | FVector2f | Framework/Application/MenuStack.h | ||
| bAllowAnimations | bool | Framework/Application/MenuStack.h | ||
| bAnchorSetsMinWidth | bool | Framework/Application/MenuStack.h | ||
| bFocusImmediately | bool | Framework/Application/MenuStack.h | ||
| bIsCollapsedByParent | bool | Framework/Application/MenuStack.h | ||
| ExpectedSize | FVector2f | Framework/Application/MenuStack.h | ||
| WidgetToFocus | TSharedPtr< SWidget > | Framework/Application/MenuStack.h | ||
| WrappedContent | TSharedPtr< SWidget > | Framework/Application/MenuStack.h |