Player's Paddle appears in front of the camera

I’ve just started to learn Unreal development and I’m developing Pong game.

I have follow this tutorial, Pong Tutorial, and this one, Using a Static Camera, to set my camera.

Now, I have a problem, player’s paddle appears in front of the camera.

This is the editor:

And this is when I click on Play:
ca0294cf68a45a830be83ceebbbd2bbda74f2aef.jpeg

If I press Spacebar, I can move the paddle in front of the camera. In other words:

In the second image you can see the paddle in front of the camera. If I start the game, I move that paddle, the one in front of the camera. The paddle in the left is the Player’s paddle. I add that paddle by code and I can’t move it.

Do you what is it happening?

If you tell me what folder I don’t have to upload, I can upload my project to a Git repository.