Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FShaderCompilingManager
Description
Transfers the specified jobs to local workers. If no local shader compiling thread exists, it will be launched now.
| Name | TransferJobsToLocalWorker |
| 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 TransferJobsToLocalWorker
(
TArray < FShaderCommonCompileJobPtr > & JobsToTransfer
)