Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FMRUList
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/MRUList.h |
| Include | #include "MRUList.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MRUList.cpp |
void AddMRUItem
(
const FString & Item
)
Remarks
Adds an item to the MRU list, moving it to the top.
Parameters
| Name | Description |
|---|---|
| Item | The long package name of the item to add. |