Navigation
API > API/Plugins > API/Plugins/DisplayClusterWarp
Frustum projection angles.
| Name | FDisplayClusterWarpProjection |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Containers/DisplayClusterWarpContainers.h |
| Include Path | #include "Containers/DisplayClusterWarpContainers.h" |
Syntax
struct FDisplayClusterWarpProjection
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bottom | double | Containers/DisplayClusterWarpContainers.h | ||
| CameraLocation | FVector | Containers/DisplayClusterWarpContainers.h | ||
| CameraRotation | FRotator | Camera ViewPoint. | Containers/DisplayClusterWarpContainers.h | |
| DataType | EDisplayClusterWarpAngleUnit | Unit type for values. | Containers/DisplayClusterWarpContainers.h | |
| EyeLocation | FVector | Warp projection ViewPoint. | Containers/DisplayClusterWarpContainers.h | |
| Left | double | Projection angles. | Containers/DisplayClusterWarpContainers.h | |
| Right | double | Containers/DisplayClusterWarpContainers.h | ||
| Top | double | Containers/DisplayClusterWarpContainers.h | ||
| WorldScale | double | Scale. | Containers/DisplayClusterWarpContainers.h | |
| ZFar | double | Containers/DisplayClusterWarpContainers.h | ||
| ZNear | double | Clipping planes. | Containers/DisplayClusterWarpContainers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double ConvertDegreesToProjection
(
double InAngle |
Containers/DisplayClusterWarpContainers.h | ||
void ConvertProjectionAngles
(
const EDisplayClusterWarpAngleUnit InUnitType |
Containers/DisplayClusterWarpContainers.h | ||
double ConvertProjectionToDegrees
(
double InProjectedAngle |
Containers/DisplayClusterWarpContainers.h | ||
void ExpandProjectionAngles
(
const FDisplayClusterWarpProjection& In |
Containers/DisplayClusterWarpContainers.h | ||
bool IsValidProjection() |
Containers/DisplayClusterWarpContainers.h | ||
void ResetProjectionAngles() |
Containers/DisplayClusterWarpContainers.h | ||
void RotateProjectionAngles90Degree() |
Containers/DisplayClusterWarpContainers.h |