Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay
References
| Module | HeadMountedDisplay |
| Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h |
| Include | #include "IXRTrackingSystem.h" |
Syntax
struct FXRSensorProperties
Remarks
Struct representing the properties of an external tracking sensor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BottomFOV | The downwards field of view of the sensor in degrees | |
| float | CameraDistance | The focal distance of the camera. | |
| float | FarPlane | The far plane of the sensor's effective tracking area | |
| float | LeftFOV | The field of view of the sensor to the left in degrees | |
| float | NearPlane | The near plane of the sensor's effective tracking area | |
| float | RightFOV | The field of view of the sensor to the right in degrees | |
| float | TopFOV | The upwards field of view of the sensor in degrees |