3rd Person Physics vs 1st Person Physics

I noticed that when dragging a cube into the 3rd person template and simulate physics upon it, when you collide onto the cube, it sends the cube flying. No matter how much Mass you put on the cube, you can still move it around with ease.

However, in the 1st person template, the cube barely even moves. And when adding more Mass to the cube, it doesn’t move at all.

Can someone explain to me why this is? I’m trying not to send simulated physics objects flying around in the third-person project. Also, I changed everything in the Character Movement and added Mass to the objects. Nothing seems to work.

Please help!
~Randy

the only thing that comes to my mind is that the Push and Touch Force Values in the CharacterMovementComponent could be setup differently

I’ve tried that and nothing changes. It’s like it ignores those value in the 3rd person template.