FMRUList::RemoveMRUItem

Removes the specified item from the list if it exists.

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

Remarks

Removes the specified item from the list if it exists.

Parameters

Parameter

Description

Item

The item to remove.

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