Problem:
- in Character Blueprint I rotate the character with Set Actor Rotation in tick
- in Animation Blueprint, I get a reference to character, get Actor Rotation
The character rotates correctly but the rotation in Animation Blueprint is identity and does not correspond to actual character rotation. Why is that?