![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RHICoreTransientResourceAllocator.h>
Public Member Functions | |
| FRHITransientResourceStats ()=default | |
| void | Add (const FRHITransientResourceStats &Other) |
| void | Allocate (uint64 Size) |
| void | Deallocate (uint64 Size) |
Public Attributes | |
| uint64 | AllocatedSize = 0 |
| uint32 | AllocationCount = 0 |
| uint32 | DeallocationCount = 0 |
| uint32 | CreateCount = 0 |
Tracks allocation statistics for buffer or texture resources.
|
default |
|
inline |
| uint64 FRHITransientResourceStats::AllocatedSize = 0 |
| uint32 FRHITransientResourceStats::AllocationCount = 0 |
| uint32 FRHITransientResourceStats::CreateCount = 0 |
| uint32 FRHITransientResourceStats::DeallocationCount = 0 |