Warning when spawn vehicle: Attempting to move a fully simulated skeletal mesh Vehicle Mesh

I have tested many times so that I can sure this warning only appeared when I tried to spawn a vehicle.
I used “Spawn Actor from Class”,and even I selected the vehicle class in official example, the warning still appeared.
However, this warning only appeared when using “Spawn” command. It will not come out if using the “Player Start” to begin the game. Any help is appreciated.

I also have this problem!

That warning was bothering me so what I did is to go inside the vehicle blueprint and untick the Simulate Physics in the Mesh component and in the begin play add the node “set simulate physics” for the vehicle to work properly.

256792-screenshot-104.jpg

256793-screenshot-105.jpg

After that no more warnings in sight :smiley: