I’m trying to create a railway system with pure physics for my game. I have a bogie as a static mesh with sockets for the wheels. They move as force is acted upon. The engine is a skeletal mesh and a blueprint of the same inherits from wheeled vehicle (also uses animation blueprints, wheel & tire data and a physics asset). Using this method, the wheels of the engine don’t have any collision and they sink through the landscape component.