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