C++ Transition Guide for 4.22

“EvaluateGraphExposedInputs” is no longer a public field in FAnimNodeBase.



EvaluateGraphExposedInputs.Execute(/*Animation Context*/);


Is now:



GetEvaluateGraphExposedInputs().Execute(/*Animation Context*/);