Moving actor with step increments ( as in an invisible grid)

Hello fellow devs,

Iam trying to create a function that when you tap an actor, you then are able to move it inside the level, but having it snap to “grid points” to facilitate the positioning by the user. is there a node like " find nearest" so that i could find a target that is nearest to the finger position at a given time, and snap the actor to it?