Hey,
I have been changing some variables I used inside my Anim Graph to use Property Access nodes instead. I have them connected to the transition rules in my state machine and they just do not seem to work at all. I can print out the exact same variable that the property access node has in it and it shows up correctly, but for some reason it doesn’t work inside the state machine.
Then there is the crashing problem. Whenever I try to read a integer or float type variable with the Property Access node, it just crashes the engine as soon as I press compile.
There are no errors and the variables work just fine outside of the Property Access nodes.