I am currently running into an issue where all member variables of an animation blueprint that I set in the EventGraph are none/null in the AnimGraph. This makes it impossible for me to use these variables to my animation nodes.
I tried creating a UAnimInstance class, reparenting the blueprint and then setting the variables in C++ but this did not solve the issue.
Has anyone encountered this before or found a way to solve this?