How do I spawn a vehicle with line trace? I did this but it didn’t work with the vehicle but with normal actors it did.


How do I spawn a vehicle with line trace? I did this but it didn’t work with the vehicle but with normal actors it did.
Set Collision Handling Override = Always Spawn ignore Collision in spawn node.
The first option is to make a new collision type (object channel) in project settings for the ground, then the line trace for objects will only collide with the ground.
The second option is to enable physics for the object and let it fall on its own.