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 |
int32 FindMRUItemIdx
&40;
const FString & Item
&41; const
Remarks
Returns the index of the specified item, or INDEX_NONE if not found. The index of the specified item.
Parameters
| Name | Description |
|---|---|
| Item | The item to query. |