Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
References
| Module | DisplayClusterConfiguration |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_OCIO.h |
| Include | #include "DisplayClusterConfigurationTypes_OCIO.h" |
Syntax
USTRUCT (Blueprintable)
struct FDisplayClusterConfigurationOCIOProfile
Remarks
OCIO profile structure. Can be configured for viewports or cluster nodes. To enable viewport configuration when using as a UPROPERTY set meta = (ConfigurationMode = "Viewports") To enable cluster node configuration when using as a UPROPERTY set meta = (ConfigurationMode = "ClusterNodes")
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | ApplyOCIOToObjects | Specify the viewports to apply this OpenColorIO configuration. | |
| bool | bIsEnabled | Enable the application of an OpenColorIO configuration for the viewport(s) specified. | |
| FOpenColorIOColorConversionSettings | ColorConfiguration | Conversion to apply when this display is enabled |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEnabled () |
Return true if configuration valid | |
| bool | IsEnabledForObject
(
const FString& InObjectId |
Return true if the configuration is valid for the input object | |
| void | PostSerialize
(
const FArchive& Ar |
||
| bool |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FOpenColorIODisplayConfiguration | OCIOConfiguration_DEPRECATED | "This property has been deprecated. |