Gravity
Android API documentation: https://developer.android.com/guide/topics/sensors/sensors_motion#sensors-motion-grav
Usage
Usage
The gravity sensor needs to be initialized, then you can read values and once your job done, you can release the sensor.
InitializeGravity: this function will initialize the sensor. If the initialization is successfull, the return value will be true. Otherwise, if the device hasn't this sensor or if the initialization fails, it will return false.
ReleaseGravity: this function must be used in order to release the sensor. Usually, you can call this function at the EndPlay event.
GetLastGravityMeasure: will gives you the last value of this sensor. For the gravity, this value is a Vector3.
Example
Example
Place this code in your level blueprint : https://blueprintue.com/blueprint/0i_-j9a-/