FOpenColorIOShaderMap::LoadFromDerivedDataCache

Attempts to load the shader map for the given color transform from the Derived Data Cache.

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 void LoadFromDerivedDataCache
(
    const FOpenColorIOTransformResource * InColorTransform,
    const FOpenColorIOShaderMapId & InShaderMapId,
    EShaderPlatform InPlatform,
    TRefCountPtr< FOpenColorIOShaderMap > & InOutShaderMap
)

Remarks

Attempts to load the shader map for the given color transform from the Derived Data Cache. If InOutShaderMap is valid, attempts to load the individual missing shaders instead.

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