FOpenColorIODisplayManager

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

FOpenColorIODisplayManager

References

Module

OpenColorIO

Header

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

Include

#include "OpenColorIODisplayManager.h"

Syntax

class FOpenColorIODisplayManager : public TSharedFromThis< FOpenColorIODisplayManager >

Variables

Name Description

Protected variable

TArray< TShared...

 

DisplayExtensions

List of DisplayExtension created when a viewport is asked to be tracked.

Functions

Name Description

Public function

FOpenColorIO...

 

FindOrAddDisplayConfiguration

(
    FViewportClient* InViewportCli...
)

Will return the configuration associated to the desired viewport or create one if it's not tracked

Public function Const

const FOpenC...

 

GetDisplayConfiguration

(
    const FViewportClient* InViewp...
)

Returns the configuration for a given viewport if it was found, nullptr otherwise

Public function Const

bool

 

IsTrackingViewport

(
    const FViewportClient* InViewp...
)

Whether or not InViewport has a display configuration linked to it

Public function

bool

 

RemoveDisplayConfiguration

(
    const FViewportClient* InViewp...
)

Remove display configuration associated with this viewport

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