FShaderCompileJobCollection::ProcessFinishedJob

This is an entry point for all jobs that have finished the compilation (whether real or cached).

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

void ProcessFinishedJob
(
    FShaderCommonCompileJob * FinishedJob,
    bool bWasCached
)

Remarks

This is an entry point for all jobs that have finished the compilation (whether real or cached). Can be called from multiple threads.

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