Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHITransientAllocationStats
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHITransientResourceAllocator.h |
| Include | #include "RHITransientResourceAllocator.h" |
Syntax
struct FMemoryRange
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | Capacity | Number of bytes available for use in the memory range. | |
| uint64 | CommitSize | Number of bytes allocated for use in the memory range. | |
| EMemoryRangeFlags | Flags | Flags specified for this memory range. |