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