![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IXRTrackingSystem.h>
Public Attributes | |
| float | LeftFOV |
| float | RightFOV |
| float | TopFOV |
| float | BottomFOV |
| float | NearPlane |
| float | FarPlane |
| float | CameraDistance |
Struct representing the properties of an external tracking sensor.
| float FXRSensorProperties::BottomFOV |
The downwards field of view of the sensor in degrees
| float FXRSensorProperties::CameraDistance |
The focal distance of the camera. Can be zero if this does not make sense for the type of tracking sensor.
| float FXRSensorProperties::FarPlane |
The far plane of the sensor's effective tracking area
| float FXRSensorProperties::LeftFOV |
The field of view of the sensor to the left in degrees
| float FXRSensorProperties::NearPlane |
The near plane of the sensor's effective tracking area
| float FXRSensorProperties::RightFOV |
The field of view of the sensor to the right in degrees
| float FXRSensorProperties::TopFOV |
The upwards field of view of the sensor in degrees