Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
References
| Module | DisplayClusterConfiguration |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_ViewportRemap.h |
| Include | #include "DisplayClusterConfigurationTypes_ViewportRemap.h" |
Syntax
USTRUCT&40;Blueprintable&41;
struct FDisplayClusterConfigurationViewport_RemapData
Remarks
Remapping configuration for a single remapped region, which can be any subregion of a viewport, and can be remapped to any part of the screen, and can be rotated or flipped
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Angle | The angle in degrees to rotate the remapped region by; rotation is performed around the center of the output region | |
| bool | bFlipH | Flips the remapped region horizontally | |
| bool | bFlipV | Flips the remapped region vertically | |
| FDisplayClusterConfigurationRectangle | OutputRegion | The region in screen space to output the remapped region to | |
| FDisplayClusterConfigurationRectangle | ViewportRegion | The subregion of the viewport to remap; (0,0) x (W, H) will remap the entire viewport |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsFlipping () |
Determines if the remap is applying a flip to the viewport | |
| bool | IsRotating () |
Determines if the remap has a non-trivial rotation to apply to the viewport | |
| bool | IsValid () |
Determines if the remap has non-trivial transformations to apply to a viewport |