Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHITransientResourceAllocator.h |
| Include | #include "RHITransientResourceAllocator.h" |
Syntax
struct FRHITransientHeapAllocation
Remarks
Represents an allocation from the transient heap.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | AlignmentPad | Number of bytes of padding were added to the offset. | |
| FRHITransientHeap * | Heap | Transient heap which made the allocation. | |
| uint64 | Offset | Offset in the transient heap; front of the heap starts at 0. | |
| uint64 | Size | Size of the allocation made from the allocator (aligned). |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |