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