FMainMRUFavoritesList::VerifyFavoritesFile

Verifies that the favorites item specified by the provided index still exists.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "MRUFavoritesList.h"

Source

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

Syntax

bool VerifyFavoritesFile
(
    int32 ItemIndex
)

Remarks

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.

Returns

true if the item specified by the index was verified and still exists; false if it does not

Parameters

Parameter

Description

ItemIndex

Index of the favorites item to check

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