Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
References
| Module | DisplayClusterConfiguration |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_Tile.h |
| Include | #include "DisplayClusterConfigurationTypes_Tile.h" |
Syntax
USTRUCT (Blueprintable)
struct FDisplayClusterConfigurationTile_Overscan
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AllSides | Overscan value for all sides. | |
| bool | bEnabled | Enable/disable Viewport Overscan and specify units as percent or pixel values. | |
| bool | bOptimizeTileOverscan | Optimize overscan values on boundary tiles. | |
| bool | bOversize | Set to True to render at the overscan resolution, set to false to render at the resolution in the configuration and scale for overscan. | |
| EDisplayClusterConfigurationViewportOverscanMode | Mode | Enable/disable Viewport Overscan and specify units as percent or pixel values. |