FMRUList::RemoveMRUItem

Removes the item at the specified index.

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

void RemoveMRUItem
(
    int32 ItemIndex
)

Remarks

Removes the item at the specified index.

Parameters

Parameter

Description

ItemIndex

Index of the item to remove. Must be in [0, GetMaxItems()-1].

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