![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Menu.h>
Inheritance diagram for FMenuInWindow:Additional Inherited Members | |
Protected Member Functions inherited from FMenuBase | |
| FMenuBase (TSharedRef< SWidget > InContent, const bool bCollapsedByParent) | |
Protected Member Functions inherited from TSharedFromThis< FMenuBase > | |
| TSharedFromThis () | |
| TSharedFromThis (TSharedFromThis const &) | |
| UE_FORCEINLINE_HINT TSharedFromThis & | operator= (TSharedFromThis const &) |
| ~TSharedFromThis () | |
Static Protected Member Functions inherited from TSharedFromThis< FMenuBase > | |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > | SharedThis (OtherType *ThisPtr) |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > | SharedThis (const OtherType *ThisPtr) |
Protected Attributes inherited from FMenuBase | |
| FOnMenuDismissed | OnMenuDismissed |
| TSharedRef< SWidget > | Content |
| bool | bDismissing |
| bool | bIsCollapsedByParent |
Represents a popup menu that is shown in its own SWindow.
| FMenuInWindow::FMenuInWindow | ( | TSharedRef< SWindow > | InWindow, |
| TSharedRef< SWidget > | InContent, | ||
| const bool | bIsCollapsedByParent | ||
| ) |
|
inlinevirtual |
|
inlineoverridevirtual |
Implements IMenu.
|
overridevirtual |
Implements IMenu.
|
inlineoverridevirtual |
Implements IMenu.