UE4 Mobile game camera jumps when clicked by two fingers

if i clicked on mobile screen with Two Fingers then camera suddenly jumped to this position:


is there any way to prevent this camera sudden jumps?

You can use ESwitchOnFingerIndex and make your code run only of the finger index is 1 rather than 2 or more fingers.
You can use it multiple times for (pressed, released and moved)

where i found ESwitchOnFingerIndex ?

1 Like

Sorry the name of the node is (Switch On ETouchIndex)
Drag a connection from finger index and type in search
It should appear as soon as you type the first 3 characters
Hope that helps

1 Like

Screenshot 2022-06-19 041118

1 Like

@hyder61112 thank you

i found other solution:

1 Like