Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FMenuStack
Description
Called by public Dismiss methods. Dismisses all menus in the stack from FirstStackIndexToRemove and below.
| Name | DismissInternal |
| 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 |
void DismissInternal
(
int32 FirstStackIndexToRemove
)
Parameters
| Name | Remarks |
|---|---|
| FirstStackIndexToRemove | Index into the stack from which menus are dismissed. |