Yea. You are not getting your curve table data properly and also the curve table data is of type float and you are trying to cast it to CurveVector asset… which wont work.
I would suggest you use CurveVector directly if you don’t need to modify it externally (from outside the engine).
Otherwise I would advice against the use of Timeline Components and make a custom component that handles properly the external data.
