Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FMainMRUFavoritesList
Description
Verifies that the favorites item specified by the provided index still exists. If it does not, the item is removed from the favorites list and the user is notified.
| Name | VerifyFavoritesFile |
| 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 VerifyFavoritesFile
(
int32 ItemIndex
)
true if the item specified by the index was verified and still exists; false if it does not
Parameters
| Name | Remarks |
|---|---|
| ItemIndex | Index of the favorites item to check |