Spline Component: InputKey inconsistency

Hey there,
I noticed an inconsistency on how the nodes for getting/finding InputKeys on the SplineComponent work.
Example: A spline with 5 Points and a Duration of 1,0.
In this scenario this
grafik
will return values between 0,0 and 1,0 while this
grafik
will return values between 0,0 and 5,0.
This is because the former considers the Duration of the spline (while it should probably not?) while the latter does not.
I think it would make sense to have a more consistent behaviour in terms of what InputKeys should be here.
Thank you for your time. :slight_smile:
Heiner Lohmann

2 Likes