Navigation
API > API/Plugins > API/Plugins/OpenColorIO
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
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FOpenColorIODisplayExtension, ESPMode::ThreadSafe > > | DisplayExtensions | List of DisplayExtension created when a viewport is asked to be tracked. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOpenColorIODisplayConfiguration & | FindOrAddDisplayConfiguration
(
FViewportClient* InViewportClient |
Will return the configuration associated to the desired viewport or create one if it's not tracked | |
| const FOpenColorIODisplayConfiguration * | GetDisplayConfiguration
(
const FViewportClient* InViewportClient |
Returns the configuration for a given viewport if it was found, nullptr otherwise | |
| bool | IsTrackingViewport
(
const FViewportClient* InViewportClient |
Whether or not InViewport has a display configuration linked to it | |
| bool | RemoveDisplayConfiguration
(
const FViewportClient* InViewportClient |
Remove display configuration associated with this viewport |