Navigation
API > API/Runtime > API/Runtime/RHI
Represents a full set of page allocations from multiple page pools.
| Name | FRHITransientPageAllocation |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHITransientResourceAllocator.h |
| Include Path | #include "RHITransientResourceAllocator.h" |
Syntax
struct FRHITransientPageAllocation
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PoolAllocations | TArray< FRHITransientPagePoolAllocation > | The list of allocations by pool. | RHITransientResourceAllocator.h | |
| Spans | TArray< FRHITransientPageSpan > | The full list of spans indexed by each allocation. | RHITransientResourceAllocator.h |