@TimBayer Hi!
As far as I know, it happens because Player Controller spawns Camera Manager before possess character. The Camera Manager starts the camera view as soon as it is created, and then waits for the character’s camera to replicate transform.
So you can override Player Controller’s SpawnPlayerCameraManager function and do camera fade for example, or what ever you want to hide this quick period of time.
Here is example: