FOpenColorIOShaderType::FinishCompileShader

Either creates a new instance of this type or returns an equivalent existing shader.

Windows
MacOS
Linux

References

Module

OpenColorIO

Header

/Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Public/OpenColorIOShaderType.h

Include

#include "OpenColorIOShaderType.h"

Source

/Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Private/OpenColorIOShaderMap.cpp

Syntax

FShader * FinishCompileShader
(
    const FSHAHash & InOCIOShaderMapHash,
    const FShaderCompileJob & CurrentJob,
    const FString & InDebugDescription
)

Remarks

Either creates a new instance of this type or returns an equivalent existing shader. Either creates a new instance of this type or returns an equivalent existing shader.

Parameters

Parameter

Description

CurrentJob

Compile job that was enqueued by BeginCompileShader.

InShaderMapHash

Precomputed hash of the shader map

InCurrentJob

Compile job that was enqueued by BeginCompileShader.

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