Navigation
API > API/Runtime > API/Runtime/RHICore > API/Runtime/RHICore/FRHITransientHeap
References
| Module | RHICore |
| Header | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include | #include "RHICoreTransientResourceAllocator.h" |
Syntax
struct FResourceInitializer
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FRHITransientHeapAllocation & | Allocation | The allocation (offset / size) on the provided heap. | |
| const uint64 | Hash | The unique hash computed from the create info and allocation offset. | |
| FRHITransientHeap & | Heap | The heap on which to create the resource. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FResourceInitializer
(
const FRHITransientHeapAllocation& InAllocation, |