UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRHIResourceStats Struct Reference

#include <RHI.h>

Public Member Functions

 FRHIResourceStats (const FName &InName, const FName &InOwnerName, const FString &InType, const FString &InFlags, const uint64 &InSizeInBytes, bool bInResident, bool bInMarkedForDelete, bool bInTransient, bool bInStreaming, bool bInRT, bool bInDS, bool bInUAV, bool bInRTAS, bool bInHasFlags)
 

Public Attributes

FName Name
 
FName OwnerName
 
FString Type
 
FString Flags
 
uint64 SizeInBytes = 0
 
bool bResident = false
 
bool bMarkedForDelete = false
 
bool bTransient = false
 
bool bStreaming = false
 
bool bRenderTarget = false
 
bool bDepthStencil = false
 
bool bUnorderedAccessView = false
 
bool bRayTracingAccelerationStructure = false
 
bool bHasFlags = false
 

Constructor & Destructor Documentation

◆ FRHIResourceStats()

FRHIResourceStats::FRHIResourceStats ( const FName InName,
const FName InOwnerName,
const FString &  InType,
const FString &  InFlags,
const uint64 InSizeInBytes,
bool  bInResident,
bool  bInMarkedForDelete,
bool  bInTransient,
bool  bInStreaming,
bool  bInRT,
bool  bInDS,
bool  bInUAV,
bool  bInRTAS,
bool  bInHasFlags 
)
inline

Member Data Documentation

◆ bDepthStencil

bool FRHIResourceStats::bDepthStencil = false

◆ bHasFlags

bool FRHIResourceStats::bHasFlags = false

◆ bMarkedForDelete

bool FRHIResourceStats::bMarkedForDelete = false

◆ bRayTracingAccelerationStructure

bool FRHIResourceStats::bRayTracingAccelerationStructure = false

◆ bRenderTarget

bool FRHIResourceStats::bRenderTarget = false

◆ bResident

bool FRHIResourceStats::bResident = false

◆ bStreaming

bool FRHIResourceStats::bStreaming = false

◆ bTransient

bool FRHIResourceStats::bTransient = false

◆ bUnorderedAccessView

bool FRHIResourceStats::bUnorderedAccessView = false

◆ Flags

FString FRHIResourceStats::Flags

◆ Name

FName FRHIResourceStats::Name

◆ OwnerName

FName FRHIResourceStats::OwnerName

◆ SizeInBytes

uint64 FRHIResourceStats::SizeInBytes = 0

◆ Type

FString FRHIResourceStats::Type

The documentation for this struct was generated from the following file: