How Can I Get A Players Position

I assume player controls pawn/character. Simply get pawn controlled by a player and call GetActorLocation() on it.

Every actor has it function. Actor components implement GetComponentLocation() with the same meaning.