Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FMainMRUFavoritesList
Description
Returns whether a filename is favorited or not
Returns whether a package name is favorited or not
| Name | ContainsFavoritesItem |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/MRUFavoritesList.h |
| Include Path | #include "MRUFavoritesList.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MRUFavoritesList.cpp |
bool ContainsFavoritesItem
(
const FString & Item
) const
true if the provided item is in the favorite's list; false if it is not
Parameters
| Name | Remarks |
|---|---|
| Item | Filename of the item to check |
| Item | Package name of the item to check |