![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ShaderCompiler.h>
Public Member Functions | |
| FShaderStats & | operator+= (const FShaderStats &Other) |
Public Attributes | |
| TArray< FShaderCompilerSinglePermutationStat > | PermutationCompilations |
| uint32 | Compiled = 0 |
| uint32 | Cooked = 0 |
| uint32 | CompiledDouble = 0 |
| uint32 | CookedDouble = 0 |
| float | CompileTime = 0.f |
|
inline |
| uint32 FShaderStats::Compiled = 0 |
| uint32 FShaderStats::CompiledDouble = 0 |
| float FShaderStats::CompileTime = 0.f |
| uint32 FShaderStats::Cooked = 0 |
| uint32 FShaderStats::CookedDouble = 0 |
| TArray<FShaderCompilerSinglePermutationStat> FShaderStats::PermutationCompilations |