When using GetMass on an Actor Blueprint, an error is displayed when Simulate Physics is disabled, but GetMass executes successfully.
Error Message: BP_Actor_80.MaterialSphere MaterialSphere has to have 'Simulate Physics' enabled if you'd like to GetMass.
This was found in 4.18 3709383. Also reproduced in 4.17 3658906 and 4.19 3724570
Expected Result: Either GetMass is not executed when Simulate Physics is not enabled, or no error occurs.
Actual Result: Error displays even though GetMass executes successfully.
Head over to the existing Questions & Answers thread and let us know what's up.