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

#include <ShaderCompiler.h>

Public Member Functions

FShaderStatsoperator+= (const FShaderStats &Other)
 

Public Attributes

TArray< FShaderCompilerSinglePermutationStatPermutationCompilations
 
uint32 Compiled = 0
 
uint32 Cooked = 0
 
uint32 CompiledDouble = 0
 
uint32 CookedDouble = 0
 
float CompileTime = 0.f
 

Member Function Documentation

◆ operator+=()

FShaderStats & FShaderStats::operator+= ( const FShaderStats Other)
inline

Member Data Documentation

◆ Compiled

uint32 FShaderStats::Compiled = 0

◆ CompiledDouble

uint32 FShaderStats::CompiledDouble = 0

◆ CompileTime

float FShaderStats::CompileTime = 0.f

◆ Cooked

uint32 FShaderStats::Cooked = 0

◆ CookedDouble

uint32 FShaderStats::CookedDouble = 0

◆ PermutationCompilations

TArray<FShaderCompilerSinglePermutationStat> FShaderStats::PermutationCompilations

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