Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FShaderCompilerStats
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ShaderCompiler.h |
| Include | #include "ShaderCompiler.h" |
Syntax
struct FShaderTimings
Remarks
Structure used to describe compiling time of a shader type (for all the instances of it that we have seen).
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AverageCompileTime | ||
| float | MaxCompileTime | ||
| float | MinCompileTime | ||
| int32 | NumCompiled | ||
| float | TotalCompileTime | ||
| float | TotalPreprocessTime |