FMRUList::AddMRUItem

Adds an item to the MRU list, moving it to the top.

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 AddMRUItem
(
    const FString & Item
)

Remarks

Adds an item to the MRU list, moving it to the top.

Parameters

Parameter

Description

Item

The long package name of the item to add.

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