Hello everybody,
I have issue that I can’t get curve data in packaged build
I need to get FFloatCurve from AnimationSequence, I do it next way:
FRawCurveTracks RawTracks = AnimationSequence->RawCurveData;
TArray<FFloatCurve> FloatCurves = RawTracks.FloatCurves;
Everything works fine in the editor.