When possesing Pawn, my camera ends up 64cm above pawns location

When I posses Pawn, my camera ends up 64cm above pawns location.

I can see that there is a Base Eye Height parameter that by default is “64.0”, but changing it doesn’t at all affect camera location after Pawn is possesed.

Can someone tell me what am I doing wrong (substracting 64.0 every time seems like a wrong solution).

Looking forward to your help.

I think base eye height is for Ai. You need to change your cameras position, and what it is parented to.

Thanks for the interest.

In my case I’m not using CameraComponent in my Pawn. With CameraComponent everything is fine.

My understanding was that when possesing Pawn with default PlayerController it should take BaseEyeHeight of the Pawn into account but it’s always taking 64.0 no matter what BaseEyeHeight in Pawn is set.