Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FMRUList > API/Editor/UnrealEd/FMRUList/RemoveMRUItem
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/MRUList.h |
| Include | #include "MRUList.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MRUList.cpp |
void RemoveMRUItem
(
const FString & Item
)
Remarks
Removes the specified item from the list if it exists.
Parameters
| Name | Description |
|---|---|
| Item | The item to remove. |