Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FShaderCompilingManager
Description
Returns whether remote compiling is enabled. Otherwise, only the local machine is used for shader compilation. This depends on command line argument '-NoRemoteShaderCompile', CVar 'r.ShaderCompiler.AllowDistributedCompilation', and whether the target platform supports remote compilin; see ITargetPlatform::CanSupportRemoteShaderCompile().
| Name | IsRemoteCompilingEnabled |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ShaderCompiler.h |
| Include Path | #include "ShaderCompiler.h" |
bool IsRemoteCompilingEnabled() const