Params no longer exists on node Evaluate Chooser. Character animation sample project.

So I have been using unreal engine 5’s new 500 character sample animation but in the main character blueprint, I opened my project to this error which I have not encountered before. I have not made any modifications to any of this code so I’m confused on why I’m encountering this error. The error messaged displayed is
“In use pin S Traversal Chooser Params no longer exists on node Evaluate Chooser . Please refresh node or break links to remove pin.”
I would appreciate any help!

Hey @Limegreengamer9y!

Huh. That’s weird! Try breaking that and left clicking on the “Evaluate Chooser” node, then look in the details window to see if there is another struct it should be using! Alternatively, drag off of “S Traversal Chooser Params” and make a new “Evaluate Chooser” node and replace this one with it! :slight_smile:

Hope that helps, let us know if it works or what happens!