Invalid Simulate Options on non-simulateable objects?

So I’ve been working on a project, and things have been going well. Today however, I opened up the project, and didn’t make ANY changes to this particular map, and now get this series of errors:

I have no idea why I’d be getting simulate physics/collisions errors on objects that don’t really have the ability to simulate physics. Plus it happened when I didn’t change a thing from yesterday. Any idea what could be causing this?

Hi

The message seems to point to the fact that the “Simulate Physics” property is set on those actors/component but their collision is set to not collide for example
If you don’t intend to be able to simulate those objects with physics, you can just turn off “Simulate Physics” on them , that should hopefully remove those warnings

Hope this helps

I had the same problem, my solution was to delete the actors and add new ones to the world. Not a great solution but it worked for me! Hope this helps