Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLruCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ValueType & FindChecked
(
const KeyType& Key |
Find the value of the entry with the specified key. | Containers/LruCache.h | |
ValueType & FindChecked
(
const KeyType& Key |
Find the value of the entry with the specified key. | Containers/LruCache.h |
FindChecked(const KeyType &)
Description
Find the value of the entry with the specified key.
| Name | FindChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
const ValueType & FindChecked
(
const KeyType & Key
) const
Reference to the value, or triggers an assertion if the key does not exist.
Parameters
| Name | Remarks |
|---|---|
| Key | The key of the entry to get. |
FindChecked(const KeyType &)
Description
Find the value of the entry with the specified key.
| Name | FindChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
ValueType & FindChecked
(
const KeyType & Key
)
Reference to the value, or triggers an assertion if the key does not exist.
Parameters
| Name | Remarks |
|---|---|
| Key | The key of the entry to get. |