Can't set Curve Table as a variable

Hi I have a quick question, Is there a reason for why I am unable to get a reference to a Curve Table to use as a variable?

I have the same issue, I think.


these spaces should be giving me an option to insert a float curve, but they’re blank. screenshot is from data table screen

Hi, you probably used incorrect variable type - FloatCurve which is a structure. You should use CurveFloat as here:

Or UCurveFloat if you are using C++.

1 Like

Thanks, this worked