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
&40;
int32 ItemIndex
&41;
Remarks
Removes the item at the specified index.
Parameters
| Name | Description |
|---|---|
| ItemIndex | Index of the item to remove. Must be in [0, GetMaxItems()-1]. |