Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/Layout > API/Developer/WidgetRegistration/Layout/FCategoryDrivenContentBuilder
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/Layout/CategoryDrivenContentBuilder.h |
| Include | #include "Layout/CategoryDrivenContentBuilder.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/Layout/CategoryDrivenContentBuilder.cpp |
TSharedRef< SWidget > CreateFavoritesContextMenu
(
FString FavoritesItemName
)
the context menu containing an item to add or remove a favorite. If FavoritesItemName is a current favorite it will return a context menu with the proper item to add or remove the favorite
Parameters
| Name | Description |
|---|---|
| FavoritesItemName | the name of the Favorites item that would be toggled with the menu |