Call a method when actor reaches a point on spline

I have a spline on which there are multiple points.
I move my actor over the spline.
I want a way to know when the actor reached a specific point on the spline.
How can I do it?
Thanks!

having your actual position divided for the spline length will give you the actul percentage at where you are, no?