TLruCache::MarkAsRecent

Mark the given entry as recently used.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/LruCache.h

Include

#include "Containers/LruCache.h"

Syntax

void MarkAsRecent
(
    FCacheEntry & Entry
)

Remarks

Mark the given entry as recently used.

Parameters

Parameter

Description

Entry

The entry to mark.

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