FOpenColorIOShaderMap::FindId

Finds the shader map for a color transform. Finds the shader map for a color transform.

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

static FOpenColorIOShaderMap * FindId
(
    const FOpenColorIOShaderMapId & InShaderMapId,
    EShaderPlatform InPlatform
)

Remarks

Finds the shader map for a color transform. Finds the shader map for a color transform.

Returns

nullptr if no cached shader map was found.

Parameters

Parameter

Description

InShaderMapId

Id to find

Platform

The platform to lookup for

InShaderMapId

The color transform id and static parameter set identifying the shader map

InPlatform

The platform to lookup for

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