Exposing float curves to the detail panel in blueprint.

A bit late for the reply, but if you want to do manipulations on the curve directly in c++ you need to use the FInterpCurveVector or FInterpCurveFloat to set a curve. FInterpCurve_Name Objects are the underlying objects of all UCurve_Name assets. So you can use that directly instead in c++ to create a local curve