I couldn’t find the collision section in the tank tracks’ details within the tank blueprint
But I found a workaround here:
So if you have the same problem, you can simply write the method in BeginPlay:
SetNotifyRigidBodyCollision(true);
Kind regards.