[UE 5.3 Animation blueprint] "The recommended approach is to use the anim node function versions"

I noticed the warning beside “Enter State Event”, “Left State Event” and “Fully Blended State Event” after upgrading to 5.3.

Where can I access the “anim node function versions”?

If they are the functions bound to a state machine, namely OnInitialUpdate, OnBecomeRelevant and OnUpdate, these 3 functions are now recommended to handle all state events?

7 Likes

I think they added these functions to the state pose output node. I also noticed now there are nodes for calling functions from the anim graph too. Took me a while to figure this out too, they could’ve done a better job explaining that.

image

2 Likes