Hi. I’ve stumbled onto several tutorials on the documentation that mention Cached Poses and I’ve seen several nodes on the animation Blueprints related to them, but I’ve not been able to find any documentation as to what they are or why I’d want to use them. All the documentation examples (that I’ve seen) use them without explanation and in a way that seems like an extra, unnecessary step.
Can someone point me towards any useful docs, or clue me in? Any help is most appreciated.
In case anyone finds this because they think that “New Saved Cache pose” is missing it only shows up in the Anim Graph not inside states.
You use the cached poses because you can’t plug in a pose into two different inputs, so if you ever have a pose that you would want put in a blend or be the final pose you need to make sure that’s only calculated once and then cached. The cache you can plug into as many other inputs as you need.
In hopes that this may help someone coming across this in the future:
I am currently working on an unofficial documentation for animnodes and just finished documenting the nodes for saving and using cached poses over there.