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 (Blueprintable)
struct FDisplayClusterConfigurationICVFX_ChromakeyRenderSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDisplayClusterConfigurationICVFX_OverlayAdvancedRenderSettings | AdvancedRenderSettings | Advanced render settings. | |
| bool | bReplaceCameraViewport | Replace the texture of the camera viewport from this chromakey RTT. | |
| float | ChromakeySizeMult | Resolution multiplier for RTT chromakey. The default is the ICVFX camera frame resolution. | |
| FDisplayClusterConfigurationPostRender_GenerateMips | GenerateMips | ||
| FDisplayClusterConfigurationPostRender_BlurPostprocess | PostprocessBlur | Apply blur to the Custom Chromakey content. | |
| FDisplayClusterConfigurationPostRender_Override | Replace | Replace viewport render from source texture. | |
| FDisplayClusterConfigurationICVFX_VisibilityList | ShowOnlyList | Content specified here will be overridden to use the chromakey color specified and include chromakey markers if enabled. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables. | ||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ShouldUseChromakeyViewport
(
const FDisplayClusterConfigurationICVFX_StageSettings& InStageSettings |
True if chromakey viewport is used in ICVFX. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FDisplayClusterConfigurationICVFX_ChromakeyRenderSettings & | |||
| FDisplayClusterConfigurationICVFX_ChromakeyRenderSettings & |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnable_DEPRECATED | Set to True to use custom chromakey content. | |
| FDisplayClusterConfigurationICVFX_CustomSize | CustomSize_DEPRECATED | Custom resolution of the chromakey RTT. |