Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
Defines how the overscan blend width is interpreted. Allows blending between tiles to be specified in a percentage of the overscan size, or disabled entirely.
| Name | EDisplayClusterConfigurationViewportOverscanBlendMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_Enums.h |
| Include Path | #include "DisplayClusterConfigurationTypes_Enums.h" |
Syntax
enum EDisplayClusterConfigurationViewportOverscanBlendMode
{
Disable,
Percent25,
Percent50,
Percent75,
}
Values
| Name | Remarks |
|---|---|
| Disable | Disable blending across overscan region |
| Percent25 | Blend width defined as 25% of the overscan size |
| Percent50 | Blend width defined as 50% of the overscan size |
| Percent75 | Blend width defined as 75% of the overscan size |