Navigation
API > API/Runtime > API/Runtime/RHICore
| Name | FRHITransientPagePoolCache |
| Type | class |
| Header File | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include Path | #include "RHICoreTransientResourceAllocator.h" |
Syntax
class FRHITransientPagePoolCache : public IRHITransientMemoryCache
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHITransientPagePoolCache
(
const FInitializer& InInitializer |
RHICoreTransientResourceAllocator.h | ||
| RHICoreTransientResourceAllocator.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRHITransientPagePoolCache() |
RHICoreTransientResourceAllocator.h |
Structs
| Name | Remarks |
|---|---|
| FInitializer |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Initializer | const FInitializer | RHICoreTransientResourceAllocator.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CriticalSection | FCriticalSection | RHICoreTransientResourceAllocator.h | ||
| FastPagePool | FRHITransientPagePool * | RHICoreTransientResourceAllocator.h | ||
| FreeList | TArray< FRHITransientPagePool * > | RHICoreTransientResourceAllocator.h | ||
| FRHITransientResourcePageAllocator | friend | RHICoreTransientResourceAllocator.h | ||
| GarbageCollectCycle | uint64 | RHICoreTransientResourceAllocator.h | ||
| LiveList | TArray< FRHITransientPagePool * > | RHICoreTransientResourceAllocator.h | ||
| Stats | FRHITransientMemoryStats | RHICoreTransientResourceAllocator.h | ||
| TotalMemoryCapacity | uint64 | RHICoreTransientResourceAllocator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHITransientPagePool * Acquire() |
Called by the transient allocator to acquire a page pool from the cache. | RHICoreTransientResourceAllocator.h | |
void Forfeit
(
TConstArrayView< FRHITransientPagePool* > PagePools |
Called by the transient allocator to forfeit all acquired heaps back to the cache. | RHICoreTransientResourceAllocator.h | |
FRHITransientPagePool * GetFastPagePool() |
Called by the transient allocator to return the fast page pool if it exists. | RHICoreTransientResourceAllocator.h |
Overridden from IRHITransientMemoryCache
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GarbageCollect() |
RHICoreTransientResourceAllocator.h |