Sensor Event

The Sensor struct is designed to mimic the Sensor Event object almost exactly as provided by the Android SDK.
This object is provided when the "On Sensor Value Changed" delegate is called when Sensor Listener is triggered, containing various information about the the Sensor Event.

FSensorEvent

Field Type Description
SensorAccuracy ESensorAccuracy The accuracy of the sensor.
Sensor FSensor The sensor which triggered the event.
TimeStamp int64 The time in nanoseconds at which the event happened.
Values TArray<float> A float array of values to be used with the Supporting Nodes to extract your specific sensors' value.