Hi, everyone. I’m new to Unreal, trying to visualize the simulations in Matlab/Simulink with the Mathworks Interface plugin. My UE version is 4.19.
My problem is:
The two default vehicles overlap when spawned at the same location. The skeletal component attached to the Sim3dPassVeh pawn belongs to Vehicle type. It has collision box and is set to Collision Enabled to vehicle, but vehicles just go through each other. Even if they are spawned at different locations, they will not collide. But they can collide with other objects such as static meshes. The settings are as below:
If I enable Simulate Physics, it will collide with roads while losing control and rolling around.
Does anyone know how to enable the collision between the vehicles in Mathworks Interface?
Thanks a lot.