Interpolate several objects from an array with custom duration[NEED HELP]

So I have an array with several items and I want to make an interpolation of their location at once but each with custom duration, I’m close to get it done but I can’t finish it, the custom duration for each item is driving me nuts and I’d appreciate some help, thanks :))
image

I’m not certain what you’re trying to do, but you could try making the items their own actor with its own interpolation function/variables. That way they manage their own interpolation tick and duration.