Description

When "End" is used to bring an actor to the closest surface below it, if that surface is another actor that is set to simulate physics the first actor will go inside the actor simulating physics rather than come to rest on top of it.

Edit MattK: What seems to be happening is that the process of setting the simulate physics flag on an object (static mesh for example) breaks the line check that happens when "end" is hit from working. Even if you disable simulate physics afterwards it will never work again.

Steps to Reproduce
  1. Open UE4 Editor (any project) with starter content
  2. Add Shape_Cube to scene
  3. Set Simulate Physics on Shape_Cube
  4. Add SM_Bush to scene
  5. Position SM_Bush above Shape_Cube
  6. With SM_Bush selected, use "End" key to drop it to the surface below it

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

0
Login to Vote

Cannot Reproduce
ComponentTools
Affects Versions4.6.14.7
CreatedJan 6, 2015
ResolvedJul 8, 2016
UpdatedJul 14, 2021