FOpenColorIOShaderType::BeginCompileShader

Enqueues a compilation for a new shader of this type.

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

FShaderCompileJob * BeginCompileShader
(
    uint32 ShaderMapId,
    const FOpenColorIOTransformResource * InColorTransform,
    FShaderCompilerEnvironment * CompilationEnvironment,
    EShaderPlatform Platform,
    TArray< TSharedRef< FShaderCommonCompileJob, ESPMode::ThreadSafe >> & NewJobs,
    FShaderTarget Target
)

Remarks

Enqueues a compilation for a new shader of this type.

Parameters

Parameter

Description

InColorTransform

The ColorTransform to link the shader with.

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