I’ve create a simple wheeled vehicle blueprint (with VehicleMovement component) where just apply throttle on each tick. When add one vehicle to the map and it starts moving as expected. However if add another vehicle and the first one stops moving.
Any ideas what happens and how can I have both of them to move?