Is it possible to evaluate an imported curve?

Hello,

I would like to use the Evaluate method here but I can’t quite figure out how to get a file handle to the curve data.

I assumed it would be in the Assest digest, but that is not the case, nor does it seem to be supported.

I tried using a device with the editable_curve class, and while the variable will show in the editor, there is no way to select a curve file for usage.

    @editable
    CurveChart:editable_curve := editable_curve{}

    OnBegin<override>()<suspends>:void=
        Print("Online")

curve_missing

Is there a specific method to use curve data? My data imports fine, and I can view the curve in the UEFN curve editor.

Coming over from UE, it would be a shame if this functioinality was not available to creators using UEFN. The use cases for curves are limitless.

Thanks in advance.

-dev