Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache
Lookup set key functions.
| Name | FKeyFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include Path | #include "PsoLruCache.h" |
Syntax
struct FKeyFuncs : public BaseKeyFuncs< FCacheEntry *, KeyType >
Inheritance Hierarchy
- BaseKeyFuncs< FCacheEntry *, KeyType > → TPsoLruCache::FKeyFuncs
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
KeyType Key |
PsoLruCache.h | ||
static const KeyType & GetSetKey
(
const FCacheEntry* Entry |
PsoLruCache.h | ||
static bool Matches
(
KeyType A, |
PsoLruCache.h |