Please refer to Answerhub for more details
When an actor that is spawned at runtime is moved via SetActorLocation and collides with a static object, no hit events will be fired. If the same static actor begins simulating physics, the dynamically created actor will push it out of the way upon collision but still not generate any hit events.
The only workaround for this is to use overlap events instead.
1. Download the attached project and unzip it.
2. Open the project and press Play
3. Watch the cube descend (If you touch it, notice that it triggers a hit event in the form of a print string.
Result: When the cube touches the floor, it goes through without triggering a hit event.
Expected: The hit event should trigger when the cube touches the ground.
Workaround: Set the collision on the MockAsteroid blueprint's Static Mesh component to react with "Overlap" for World Static objects and use Overlap events instead.
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Delay nodes occasionally don't fire the "Completed" output in a nativized build
An error occurred while trying to generate project files !?
What method is used to fill polygonal regions when drawing spline mesh at run time?
How to achieve HLSL Multiple Render Target in Material blueprints?
I'm working on a VR Project and I cannot add Nav Mesh to the stairs??
How do I set up the actor's widget component to respond to OnKeyDown events?
Head over to the existing Questions & Answers thread and let us know what's up.