Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FShaderCompilingManager
Description
This is an entry point for all jobs that have finished the compilation. Can be called from multiple threads.
| Name | ProcessFinishedJob |
| 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 ProcessFinishedJob
(
FShaderCommonCompileJob * FinishedJob,
EShaderCompileJobStatus Status
)