Any general advice for working with touch actions/commands? What's the best plugin for instance?

Any general advice for working with touch actions/commands? What’s the best plugin for instance?

How are you guys doing this?

What about menus? What’s the best way to implement menus on mobiles and ios?

What touch actions are you referring to?
Here is a set of components that handle mobile specific input quite nicely and is very easy to implement.
Ultimate Touch Components

Most UI components already have support for tapping/clicking.

Looking for general advice. Thanks appdev_archiamge! You’ve steered me in the right direction. Also, what about motion detection as in the accelerometer/gyroscope of the iphone? How does one work with that? Any tutorials or plugins for that? Any blueprint code? Thanks in advance! I really appreciate your time.

https://docs.unrealengine.com/latest/INT/BlueprintAPI/Game/Player/GetInputMotionState/index.html

You set up the event handlers for each event in yr Player Controller. I can confirm it works in iOS. I’m assuming you’ll probably want to look at the tilt event specifically.

Thanks! I actually got it working on my iphone! So Awesome! Is this the only documentation on Get Input Motion State?