Can you show the player hierarchy?
I had something like this where the position of the actor from the “get actor location” node did not return where the actor was.
This turned out to be because the “get actor location” node was returning where the root component of the actor was and I had a physics enabled component that was representing the actor.
HTH