“EvaluateGraphExposedInputs” is no longer a public field in FAnimNodeBase.
EvaluateGraphExposedInputs.Execute(/*Animation Context*/);
Is now:
GetEvaluateGraphExposedInputs().Execute(/*Animation Context*/);
“EvaluateGraphExposedInputs” is no longer a public field in FAnimNodeBase.
EvaluateGraphExposedInputs.Execute(/*Animation Context*/);
Is now:
GetEvaluateGraphExposedInputs().Execute(/*Animation Context*/);