Blueprint Runtime Error: "Accessed None trying to read






Hi~Blueprint Runtime Error: "Accessed None trying to read property PositionCorrectionCurve,i don’t know how to fix it~

PositionCorrectionCurve is null, so probably you have no data in MantleParams

You could avoid the error-message by checking IsValid of PositionCorrectionCurve, but until you fix the issue that would just skip the rest of the execution

It has been solved because a variable was not switched to a compilable instance

thanks ,The problem has been solved