How to make a sphere bounce on coming in contact with a Plank

I want the sphere that falls down by physics when overlaps with my planks collision should start to bounce back high in z. Please tell me how to do this. I have PlankBP and Sphere BP. PlankBP is a Pawn class and SphereBP is an actor with collision enable and a sepertate physics class asssigned.
Thanks in advance

Just add a physical material to the ball

image

and make bouncy stuff like this

ball

2 Likes

Thanks it worked!!!

1 Like