Ball won't bounce off walls correctly. (Sticks instead)

I could fix this problem by enabling sweep on your SetActorLocation Node. If you are using the unreal physics settings I would recomend to use velocity instead of SetActorLocation, in this case you can also add a Projectile Movement component to your actor to gain more control over the bouncing behavior.