FKeyFuncs

Lookup set key functions.

Windows
MacOS
Linux

Inheritance Hierarchy

BaseKeyFuncs

TLruCache::FKeyFuncs

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/LruCache.h

Include

#include "Containers/LruCache.h"

Syntax

struct FKeyFuncs : public BaseKeyFuncs< FCacheEntry *, KeyType >

Remarks

Lookup set key functions.

Functions

Name Description

Public function Static

uint32

 

GetKeyHash

(
    KeyType Key
)

Public function Static

const KeyTyp...

 

GetSetKey

(
    const FCacheEntry* Entry
)

Public function Static

bool

 

Matches

(
    KeyType A,
    KeyType B
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss