Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UMenuAnchor
Syntax
TSubclassOf< class UUserWidget > MenuClass
Remarks
The widget class to spawn when the menu is required. Creates the widget freshly each time. If you want to customize the creation of the popup, you should bind a function to OnGetMenuContentEvent instead.