FMRUList::VerifyMRUFile

Checks to make sure the file specified still exists.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/MRUList.h

Include

#include "MRUList.h"

Source

/Engine/Source/Editor/UnrealEd/Private/MRUList.cpp

Syntax

bool VerifyMRUFile
(
    int32 ItemIndex
)

Remarks

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.

Returns

true if the item exists, false if it doesn't

Parameters

Parameter

Description

ItemIndex

Index of the item to query

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss