TLruCache::Remove

Remove all entries with the specified key from the cache.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/LruCache.h"

Syntax

void Remove
(
    const KeyType & Key
)

Remarks

Remove all entries with the specified key from the cache.

Parameters

Parameter

Description

Key

The key of the entries to remove.

See Also

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