TLruCache::Contains

Check whether an entry with the specified key is in the cache.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/LruCache.h"

Syntax

bool Contains
(
    const KeyType & Key
) const

Remarks

Check whether an entry with the specified key is in the cache.

Returns

true if the entry is in the cache, false otherwise.

Parameters

Parameter

Description

Key

The key of the entry to check.

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