how to make the ball bounce of the wall?

Im trying to make my ball bounce off the wall when it hits it so that it doesnt just hits the wall, bounce up and stops. ive tried multiple things but it doesnt work right

Physical materials could be useful here. Both the wall and the ball must have physical material (it can be the same) with high restitution value.
Here is some documentation : Tutorials about Physical Materials in Unreal Engine | Unreal Engine 5.0 Documentation

1 Like

Is your ball a projectile? If so, what worked for me is in your mesh component make sure simulate physics is off and then in your projectile movement component there are settings for bounce.

1 Like