Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
References
| Module | DisplayClusterConfiguration |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_ICVFX.h |
| Include | #include "DisplayClusterConfigurationTypes_ICVFX.h" |
Syntax
USTRUCT&40;Blueprintable&41;
struct FDisplayClusterConfigurationICVFX_ChromakeySettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnable | Set to True to fill the inner frustum with the specified Chromakey Color. | |
| FLinearColor | ChromakeyColor | Chromakey Color | |
| FDisplayClusterConfigurationICVFX_ChromakeyMarkers | ChromakeyMarkers | Display Chromakey Markers to facilitate camera tracking in post production. | |
| FDisplayClusterConfigurationICVFX_ChromakeyRenderSettings | ChromakeyRenderTexture | Configure a custom chromakey based on content that will appear in the inner frustum, rather than the entire inner frustum. | |
| EDisplayClusterConfigurationICVFX_ChromakeySettingsSource | ChromakeySettingsSource | The source of the chromakey settings, either the settings on the ICVFX camera or the global settings on the root actor | |
| EDisplayClusterConfigurationICVFX_ChromakeyType | ChromakeyType | The type of chromakey to use |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default chromakey color is (0,128,0) |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FLinearColor & | GetChromakeyColor
(
const FDisplayClusterConfigurationICVFX_StageSettings& InStageSettings |
Get the Chromakey color value | |
| const FDisplayClusterConfigurationICVFX_ChromakeyMarkers * | GetChromakeyMarkers
(
const FDisplayClusterConfigurationICVFX_StageSettings& InStageSettings |
Get the Chromakey markers settings Return nullptr if Chromakey markers is :disabled | |
| const FDisplayClusterConfigurationICVFX_ChromakeyRenderSettings * | GetChromakeyRenderSettings
(
const FDisplayClusterConfigurationICVFX_StageSettings& InStageSettings |
Get the Chromakey render settings Return nullptr if Chromakey: is disabled or its type does not use rendering | |
| EDisplayClusterShaderParametersICVFX_ChromakeySource | GetChromakeyType
(
const FDisplayClusterConfigurationICVFX_StageSettings& InStageSettings |
Get Type of Chromakey: disabled, filling all internal frustum or rendering Chromakey actors. | |
| const FLinearColor & | GetOverlapChromakeyColor
(
const FDisplayClusterConfigurationICVFX_StageSettings& InStageSettings |
Get the Chromakey overlap color value | |
| const FDisplayClusterConfigurationICVFX_ChromakeyMarkers * | GetOverlapChromakeyMarkers
(
const FDisplayClusterConfigurationICVFX_StageSettings& InStageSettings |
Get the Chromakey overlap markers settings Return nullptr if Chromakey overlap markers is disabled | |
| FDisplayClusterConfigurationICVFX_ChromakeyRenderSettings * | GetWritableChromakeyRenderSettings
(
const FDisplayClusterConfigurationICVFX_StageSettings& InStageSettings |
Get the writable Chromakey render settings Return nullptr if Chromakey: is disabled or its type does not use rendering |