I have created a variable of type FRuntimeFloatCurve in c++
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = Settings)
FRuntimeFloatCurve DirectionRampCurve;
And in my blueprint, this runtime curve is empty
Can I set its initial value in c++?