Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLruCache
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Default constructor (empty cache that cannot hold any values). |
Containers/LruCache.h |
|
|
Create and initialize a new instance. |
Containers/LruCache.h |
|
|
|
Containers/LruCache.h |
|
|
|
Containers/LruCache.h |
|
TLruCache()
Description
Default constructor (empty cache that cannot hold any values).
| |
|
| Name |
TLruCache |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path |
#include "Containers/LruCache.h" |
TLruCache()
TLruCache(int32)
Description
Create and initialize a new instance.
| |
|
| Name |
TLruCache |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path |
#include "Containers/LruCache.h" |
TLruCache
(
int32 InMaxNumElements
)
Parameters
| Name |
Remarks |
| InMaxNumElements |
The maximum number of elements this cache can hold. |
TLruCache(const TLruCache &)
| |
|
| Name |
TLruCache |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path |
#include "Containers/LruCache.h" |
TLruCache
(
const TLruCache & Other
)
TLruCache(TLruCache &&)
| |
|
| Name |
TLruCache |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path |
#include "Containers/LruCache.h" |
TLruCache
(
TLruCache && Other
)