FOpenColorIOShaderMap::TryToAddToExistingCompilationTask

Checks to see if the shader map is already being compiled for another color transform, and if so adds the specified color transform to the list to be applied to once the compile finishes.

Windows
MacOS
Linux

References

Module

OpenColorIO

Header

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

Include

#include "OpenColorIOShared.h"

Source

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

Syntax

bool TryToAddToExistingCompilationTask
(
    FOpenColorIOTransformResource * InColorTransform
)

Remarks

Checks to see if the shader map is already being compiled for another color transform, and if so adds the specified color transform to the list to be applied to once the compile finishes.

Returns

True if the shader map was being compiled and we added ColorTransform to the list to be applied.

Parameters

Parameter

Description

InColorTransform

The OpenColorIO ColorTransform we also wish to apply the compiled shader map to.

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