Creating a Custom Animation Graph Node (4.20.3)

Deprecated again, in MyAnimNode.cpp


EvaluateGraphExposedInputs.Execute(Context);

is now


GetEvaluateGraphExposedInputs().Execute(Context);

.

2 Likes