UOpenColorIODisplayExtensionWrapper

This Blueprintable object can hold an OCIO Scene View Extension.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UOpenColorIODisplayExtensionWrapper

References

Module

OpenColorIO

Header

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

Include

#include "OpenColorIODisplayExtensionWrapper.h"

Syntax

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

Remarks

This Blueprintable object can hold an OCIO Scene View Extension. You can change its OCIO config, and specify the context in which you want it to be active on.

Functions

Name Description

Public function Static UFunction BlueprintCallable, Category, Meta

UOpenColorIO...

 

CreateOpenColorIODisplayExtension

Creates an instance of this object, configured with the given arguments (OCIO and activation function).

Public function UFunction BlueprintCallable, Category

void

 

RemoveSceneExtension()

Removes the extension.

Public function UFunction BlueprintCallable, Category, Meta

void

 

SetOpenColorIOConfiguration

Sets a new OCIO configuration.

Public function UFunction BlueprintCallable, Category

void

 

SetSceneExtensionIsActiveFunction

(
    const FSceneViewExtensionIsActiveFu...
)

Sets a single activation function. Will remove any others.

Public function UFunction BlueprintCallable, Category

void

 

SetSceneExtensionIsActiveFunctions

(
    const TArray< FSceneViewExtensionIs...
)

Sets an array of activation functions. Will remove any others.

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