FGlobalShaderTypeCompiler::BeginCompileShader

Enqueues compilation of a shader of this type.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ShaderCompiler.h

Include

#include "ShaderCompiler.h"

Source

/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderCompiler.cpp

Syntax

static void BeginCompileShader
(
    const FGlobalShaderType * ShaderType,
    int32 PermutationId,
    EShaderPlatform Platform,
    EShaderPermutationFlags PermutationFlags,
    TArray< FShaderCommonCompileJobPtr > & NewJobs
)

Remarks

Enqueues compilation of a shader of this type.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss