Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDiscardableKeyValueCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Add
(
const KeyType& Key, |
Add an entry to the current map. | Containers/DiscardableKeyValueCache.h | |
bool Add
(
const KeyType& Key, |
Add an entry to the current map. | Containers/DiscardableKeyValueCache.h |
Add(const KeyType &, const ValueType &)
Description
Add an entry to the current map. Can fail if another thread has inserted a matching object, in which case another call to Find() should succeed
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DiscardableKeyValueCache.h |
| Include Path | #include "Containers/DiscardableKeyValueCache.h" |
bool Add
(
const KeyType & Key,
const ValueType & Value
)
Add(const KeyType &, const ValueType &, const uint32)
Description
Add an entry to the current map. Can fail if another thread has inserted a matching object, in which case another call to Find() should succeed
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DiscardableKeyValueCache.h |
| Include Path | #include "Containers/DiscardableKeyValueCache.h" |
bool Add
(
const KeyType & Key,
const ValueType & Value,
const uint32 LockFlags
)