Find Time Closest to Location in a spline?

Hello there. I recently noticed the nodes used to find a point on a spline closest to another, which I found very useful. However, is there a way to get the Time instead of the location of the spline point?

Thanks in advance :slight_smile:

The node you’re looking for is ‘Find Input Key Closest to World Location’

1 Like

Worth mentioning that you have to divide return value by number of spline points to get actual time in 0-1 range of spline length.

1 Like