Was seeing a video that used gate node in blueprint like this:
This to respond to touch press event but why not just connect “press” to “Move to hit result” directly and leave “released” without any connection ?
Was seeing a video that used gate node in blueprint like this:
This to respond to touch press event but why not just connect “press” to “Move to hit result” directly and leave “released” without any connection ?
because is a tick event… in other words while u keep the finger in the screen u update the move hit result, if u use pressed directly u only update 1 frame
Thanks