UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FXRSensorProperties Struct Reference

#include <IXRTrackingSystem.h>

Public Attributes

float LeftFOV
 
float RightFOV
 
float TopFOV
 
float BottomFOV
 
float NearPlane
 
float FarPlane
 
float CameraDistance
 

Detailed Description

Struct representing the properties of an external tracking sensor.

Member Data Documentation

◆ BottomFOV

float FXRSensorProperties::BottomFOV

The downwards field of view of the sensor in degrees

◆ CameraDistance

float FXRSensorProperties::CameraDistance

The focal distance of the camera. Can be zero if this does not make sense for the type of tracking sensor.

◆ FarPlane

float FXRSensorProperties::FarPlane

The far plane of the sensor's effective tracking area

◆ LeftFOV

float FXRSensorProperties::LeftFOV

The field of view of the sensor to the left in degrees

◆ NearPlane

float FXRSensorProperties::NearPlane

The near plane of the sensor's effective tracking area

◆ RightFOV

float FXRSensorProperties::RightFOV

The field of view of the sensor to the right in degrees

◆ TopFOV

float FXRSensorProperties::TopFOV

The upwards field of view of the sensor in degrees


The documentation for this struct was generated from the following file: