UOpenColorIOConfiguration

Asset to manage whitelisted OpenColorIO color spaces. This will create required transform objects.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UOpenColorIOConfiguration

References

Module

OpenColorIO

Header

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

Include

#include "OpenColorIOConfiguration.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(BlueprintType)
class UOpenColorIOConfiguration : public UObject

Remarks

Asset to manage whitelisted OpenColorIO color spaces. This will create required transform objects.

Variables

Name Description

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

FFilePath

 

ConfigurationFile

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

TArray< FOpenCo...

 

DesiredColorSpaces

Constructors

Name Description

Public function

UOpenColorIOConfiguration

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Protected function

void

 

CleanupTransforms()

Protected function

void

 

CreateColorTransform

(
    const FString& InSourceColorSpace,
    const FString& InDestinationColorS...
)

Public function

bool

 

GetShaderAndLUTResources

(
    ERHIFeatureLevel::Type InFeatureLev...,
    const FString& InSourceColorSpace,
    const FString& InDestinationColorS...,
    FOpenColorIOTransformResource*...,
    FTextureResource*& OutLUT3dRes...
)

Public function

bool

 

HasTransform

(
    const FString& InSourceColorSpace,
    const FString& InDestinationColorS...
)

Public function Const

bool

 

Validate()

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

Public function Virtual

void

 

PostLoad()

Do any object-specific cleanup required immediately after loading an object.

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