Hi everyone!
I need to rotate NPC’s head to player when interacting. In BP was an easy task
but how to do the same in pure C++? from what I understand , it should be done in the overrided NativeEvaluateAnimation of AninInstance, but i can’t access bones inside pose…
Some hint?