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_ChromakeyMarkers
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnable | True to display Chromakey Markers within the inner frustum. | |
| FLinearColor | MarkerColor | Marker Color | |
| float | MarkerSizeScale | Scale value for the size of each chromakey marker tile. | |
| float | MarkerTileDistance | Distance value between each chromakey marker tile. | |
| FVector2D | MarkerTileOffset | Offset value for the chromakey marker tiles, normalized to the tile distance. | |
| TObjectPtr< UTexture > | MarkerTileRGBA | Texture to use as the chromakey marker tile. |
Constructors
| Type | Name | Description | |
|---|---|---|---|