Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FMRUList
Description
Checks to make sure the file specified still exists. If it does, it is moved to the top of the MRU list and we return true. If not, we remove it from the list and return false.
| Name | VerifyMRUFile |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/MRUList.h |
| Include Path | #include "MRUList.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MRUList.cpp |
bool VerifyMRUFile
(
int32 ItemIndex,
FString & OutPackageName
)
true if the item exists, false if it doesn't
Parameters
| Name | Remarks |
|---|---|
| ItemIndex | Index of the item to query |
| OutPackageName | Long package name after following redirector |