Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FShaderCompilingManager
Description
Retrieve compiler statistics for all compilation done in this process. Note that this will not include stats for any compilation that occurs in worker processes in a multiprocess cook.
| Name | GetLocalStats |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ShaderCompiler.h |
| Include Path | #include "ShaderCompiler.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderCompiler.cpp |
void GetLocalStats
(
FShaderCompilerStats & OutStats
) const