I created two static meshes (plane_mesh) and added OnInputTouchEnter and OnInputTouchLeave. Sadly the events aren’t fired. Tooltip says that they only work when “click events are enabled”. How can i enable them?
The InputTouch event is working…
edit
I needed to create a GameMode Blueprint, add my own Player Controller BP and enable there the touch events. Then it worked.
That means: It’s not enabled by default, i presume.