Android Use Accelerometer

I want to use my project control with android accelerometer. How can I do it? (exp. flying game control) I have got bad English, sorry.

Do you want to use this in c++ or blueprints?

I just tried to get the acceleration input in my Character Blueprint and found it instantly.

It will give you the current axis values of the acceleration once per frame (so you get a vector3D that you can break).

I don’t know how to exactly use it, but i guess you will find out (:

I want to use blueprint

this is indeed in blueprints.