FMainMRUFavoritesList::ContainsFavoritesItem

Returns whether a filename is favorited or not

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 ContainsFavoritesItem
(
    const FString & Item
) const

Remarks

Returns whether a filename is favorited or not

Returns whether a package name is favorited or not

Returns

true if the provided item is in the favorite's list; false if it is not

Parameters

Parameter

Description

Item

Filename of the item to check

Item

Package name of the 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