Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FMainMRUFavoritesList
Description
Moves the specified favorites item to the head of the list
Moves the specified favorites item to the head of the list
| Name | MoveFavoritesItemToHead |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/MRUFavoritesList.h |
| Include Path | #include "MRUFavoritesList.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MRUFavoritesList.cpp |
void MoveFavoritesItemToHead
(
const FString & Item
)
Parameters
| Name | Remarks |
|---|---|
| Item | Filename of the item to move |
| Item | Package name of the item to move |