Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TDiscardableKeyValueCache > API/Runtime/Core/Containers/TDiscardableKeyValueCache/Add
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/DiscardableKeyValueCache.h |
| Include | #include "Containers/DiscardableKeyValueCache.h" |
bool Add
(
const KeyType & Key,
const ValueType & Value
)
Remarks
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