Navigation
API > API/Runtime > API/Runtime/RHICore
Inheritance Hierarchy
- IRHITransientMemoryCache
- FRHITransientPagePoolCache
References
| Module | RHICore |
| Header | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include | #include "RHICoreTransientResourceAllocator.h" |
Syntax
class FRHITransientPagePoolCache : public IRHITransientMemoryCache
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FInitializer | Initializer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHITransientPagePoolCache
(
const FInitializer& InInitializer |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRHITransientPagePool * | Acquire () |
Called by the transient allocator to acquire a page pool from the cache. | |
| void | Forfeit
(
TConstArrayView< FRHITransientPagePool* > PagePools |
Called by the transient allocator to forfeit all acquired heaps back to the cache. | |
| FRHITransientPagePool * | Called by the transient allocator to return the fast page pool if it exists. |
Overridden from IRHITransientMemoryCache
| Type | Name | Description | |
|---|---|---|---|
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInitializer |