Warnings are logged when a body without physics collision enabled is set to simulate via the editor, but not when set programmatically during play.
Create a blueprint from a static mesh.
Set its collision to NoCollision.
Within the editor check Simulate Physics.
Play, notice warnings generated.
Uncheck Simulate Physics.
In the event graph, on Begin Play, Set Simulate Physics to true.
Play, notice no warnings.
Expected: Warnings should be generated whenever a body without physics collision enabled is set to simulate.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-73012 in the post.
1 |
Component | UE - Simulation - Physics |
---|---|
Affects Versions | 4.20, 4.21 |
Created | Apr 18, 2019 |
---|---|
Resolved | Aug 27, 2021 |
Updated | Aug 27, 2021 |