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_CameraCustomFrustum
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAdaptResolution | Enable adaptive resolution. | |
| bool | bEnable | Enable Custom Frustum. | |
| float | Bottom | Pixel/Percent value to alter the frustum to the bottom | |
| FIntPoint | EstimatedOverscanResolution | ||
| float | FieldOfViewMultiplier | Multiply the field of view for the ICVFX camera by this value. | |
| FIntPoint | InnerFrustumResolution | ||
| float | Left | Pixel/Percent value to alter the frustum to the left side | |
| EDisplayClusterConfigurationViewportCustomFrustumMode | Mode | Enable/disable inner camera custom frustum and specify units as percent or pixel values. | |
| float | OverscanPixelsIncrease | ||
| float | Right | Pixel/Percent value to alter the frustum to the right side | |
| float | Top | Pixel/Percent value to alter the frustum to the top |