OpenColorIOShaderMapsBeingCompiled

Tracks resources and their shader maps that need to be compiled but whose compilation is being deferred.

Windows
MacOS
Linux

References

Module

OpenColorIO

Header

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

Include

#include "OpenColorIOShared.h"

Syntax

static TMap< TRefCountPtr< FOpenColorIOShaderMap >, TArray< FOpenColorIOTransformResource * > > OpenColorIOShaderMapsBeingCompiled;

Remarks

Tracks resources and their shader maps that need to be compiled but whose compilation is being deferred.

Tracks FOpenColorIOTransformResource and their shader maps that are being compiled. Uses a TRefCountPtr as this will be the only reference to a shader map while it is being compiled.

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