Hi all,
Ok, I suspect a large part of this issue will be my limited math skills but here goes…
I have an object which I want to make move on the Z axis. Starting at one value and ending at another.
I have a Timeline in place and have a linear 0 time 0 value, 1 time 1 value setup.
On the Update pin I have a Lerp(vector) with a starting position and the ending position and the alpha plugged in.
When run, the object moves from top to bottom - BUT - it moves far to fast.
I have variables for the calculated distance it has to travel, the velocity at which it should travel, and a final variable wihch is the duration this travel should take… based on time = distance/speed etc.
What I’m unsure of is how to plug all that into the Timeline and Lerp nodes… I did plug in an arbitrary divide on the alpha with the value of 12. This slowed the movement down, but then the object never reached the final destination.
If I could just put these values into the Timeline via Blueprint, e.g. add the keyframes, it would be a lot easier, but I haven’t found any way to do that, and every example and offer of help I see/get seems to suggest this 0-1 thing.
I’m struggling to understand how I can influence this, I have no idea over what period of time this is running. I set a length to 1 but nothing in the documentation indicates whether that’s one second, one frame, one wink of a farmers eye… who knows!
My gut feeling is that I should probably be multiplying the result of the lerp by perhaps the desired velocity or something but I honestly have no clue, also feels like maybe I should be multiplying by deltatime too…
I considered setting the playback speed of the Timeline to something else but again, no idea what its already running at so no idea how to change it.
I also consider setting the “length” property via Blueprint, once I knew the duration above, but if I do that, then I have a keyframe at zero, another at 1, and then the length could be say 27, with no keyframes after 1?!
Gahhhh!
Anyone? Please?
Note, I still can’t make my replies/comments visible due to moderation, so if you don’t see a reply after you have perhaps replied, it’s not me being rude - honest! 
Thanks in advance!





