Navigation
API > API/Plugins > API/Plugins/DisplayClusterWarp > API/Plugins/DisplayClusterWarp/Containers
References
| Module | DisplayClusterWarp |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Containers/DisplayClusterWarpContext.h |
| Include | #include "Containers/DisplayClusterWarpContext.h" |
Syntax
struct FDisplayClusterWarpData
Remarks
Internal warp data for the one context of the viewport.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabledRotateFrustumToFitContextSize | Allows to use bRotateFrustumToFitContextSize. | |
| bool | bFindBestProjectionType | Control projection type. | |
| bool | bHasWarpPolicyChanges | The warp policy Tick() function uses warp data, and it must be sure that this data is updated in the previous frame. | |
| bool | bRotateFrustumToFitContextSize | Indicates if the frustum was rotated from base algorithm to better fit context size Used to implement hysteresis and avoid potential jumps back and forth. | |
| bool | bValid | After successful warpdata calculation, this value is set to true. | |
| EDisplayClusterWarpBlendFrustumType | FrustumType | Other warp settings: | |
| FDisplayClusterWarpProjection | GeometryWarpProjection | Warp projection data for geometry. | |
| FMatrix | Local2World | Projection plane matrices. | |
| EDisplayClusterWarpBlendProjectionType | ProjectionType | ||
| EDisplayClusterWarpBlendStereoMode | StereoMode | ||
| FDisplayClusterWarpContext | WarpContext | Results. | |
| TSharedPtr< FDisplayClusterWarpEye, ESPMode::ThreadSafe > | WarpEye | Input data from projection policy. | |
| FDisplayClusterWarpProjection | WarpProjection | Warp projection for render. | |
| double | WorldScale | Current world scale. |