Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDiscardableKeyValueCache
Description
Checks for the entry in our current map, and if not found the backfill. If the entry is in the backfill it is moved to the current map so it will not be discarded when DiscardUnusedEntries is called
| Name | InternalFindWhileLocked |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DiscardableKeyValueCache.h |
| Include Path | #include "Containers/DiscardableKeyValueCache.h" |
bool InternalFindWhileLocked
(
const KeyType & Key,
ValueType & OutType,
uint32 InCurrentLockFlags,
uint32 & OutFlags
)