TLruCache::FindChecked

Find the value of the entry with the specified key.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/LruCache.h"

Syntax

const ValueType & FindChecked
(
    const KeyType & Key
) const

Remarks

Find the value of the entry with the specified key.

Returns

Reference to the value, or triggers an assertion if the key does not exist.

Parameters

Parameter

Description

Key

The key of the entry to get.

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