Navigation
API > API/Runtime > API/Runtime/RHICore
Tracks all transient memory statistics for the current allocation cycle and reports results to various profilers.
| Name | FRHITransientMemoryStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include Path | #include "RHICoreTransientResourceAllocator.h" |
Syntax
struct FRHITransientMemoryStats
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHITransientMemoryStats() |
RHICoreTransientResourceAllocator.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AliasedSize | uint64 | Current aliased size as items are being allocated / deallocated. | RHICoreTransientResourceAllocator.h | |
| AliasedSizeCurrent | uint64 | Total allocated memory usage with aliasing. | RHICoreTransientResourceAllocator.h | |
| Buffers | FRHITransientResourceStats | RHICoreTransientResourceAllocator.h | ||
| Textures | FRHITransientResourceStats | RHICoreTransientResourceAllocator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Accumulate
(
const FRHITransientMemoryStats& Other |
RHICoreTransientResourceAllocator.h | ||
void AllocateBuffer
(
uint64 Size |
RHICoreTransientResourceAllocator.h | ||
void AllocateTexture
(
uint64 Size |
RHICoreTransientResourceAllocator.h | ||
void DeallocateBuffer
(
uint64 Size |
RHICoreTransientResourceAllocator.h | ||
void DeallocateTexture
(
uint64 Size |
RHICoreTransientResourceAllocator.h | ||
bool HasDeallocations() |
RHICoreTransientResourceAllocator.h | ||
void Reset() |
RHICoreTransientResourceAllocator.h | ||
void Submit
(
uint64 TotalMemoryCapacity |
RHICoreTransientResourceAllocator.h |