GlobalBeginCompileShader

Enqueues a shader compile job with GShaderCompilingManager.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "ShaderCompiler.h"

Syntax

void GlobalBeginCompileShader
(
    const FString & DebugGroupName,
    const class FVertexFactoryType * VFType,
    const class FShaderType * ShaderType,
    const class FShaderPipelineType * ShaderPipelineType,
    int32 PermutationId,
    const TCHAR * SourceFilename,
    const TCHAR * FunctionName,
    FShaderTarget Target,
    FShaderCompilerInput & Input,
    bool bAllowDevelopmentShaderCompile,
    const FString & DebugDescription,
    const FString & DebugExtension
)

Remarks

Enqueues a shader compile job with GShaderCompilingManager.

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