I’m following this tutorial:
My bomb keeps falling through the floor. I don’t understand what I’m doing wrong. The tutorial is for a previous version of UE4, so maybe that is part of the problem.
Any ideas?
I’m following this tutorial:
My bomb keeps falling through the floor. I don’t understand what I’m doing wrong. The tutorial is for a previous version of UE4, so maybe that is part of the problem.
Any ideas?
If you have your own custom bomb mesh, open the mesh editor and check to see if there is any collision placed directly on the mesh. If not, I would put one on. If you’re planning on only using a collision sphere in blue prints to stop this, check your collision settings in the BP and set it to block all. That should stop it from falling through.
Thx. That seemed to work.