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

#include <PipelineStateCache.h>

Public Attributes

uint32 TotalPSOCreations = 0
 
uint32 ComputePSOHitches = 0
 
uint32 GraphicsPSOHitches = 0
 
uint32 PreviouslyPrecachedPSOHitches = 0
 
uint32 SuspectedUnhealthyDriverCachePSOHitches = 0
 
bool bDriverCacheSuspectedUnhealthy = false
 

Member Data Documentation

◆ bDriverCacheSuspectedUnhealthy

bool FPSORuntimeCreationStats::bDriverCacheSuspectedUnhealthy = false

◆ ComputePSOHitches

uint32 FPSORuntimeCreationStats::ComputePSOHitches = 0

◆ GraphicsPSOHitches

uint32 FPSORuntimeCreationStats::GraphicsPSOHitches = 0

◆ PreviouslyPrecachedPSOHitches

uint32 FPSORuntimeCreationStats::PreviouslyPrecachedPSOHitches = 0

◆ SuspectedUnhealthyDriverCachePSOHitches

uint32 FPSORuntimeCreationStats::SuspectedUnhealthyDriverCachePSOHitches = 0

◆ TotalPSOCreations

uint32 FPSORuntimeCreationStats::TotalPSOCreations = 0

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