FMRUList::FindMRUItemIdx

Returns the index of the specified item, or INDEX_NONE if not found.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/MRUList.h

Include

#include "MRUList.h"

Source

/Engine/Source/Editor/UnrealEd/Private/MRUList.cpp

Syntax

int32 FindMRUItemIdx
(
    const FString & Item
) const

Remarks

Returns the index of the specified item, or INDEX_NONE if not found.

Returns

The index of the specified item.

Parameters

Parameter

Description

Item

The item to query.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss