To the team at Epic that was working on this. Thank you. I spotted that there has been work done in this direction.
# Pops all of the tires on the vehicle, if applicable.
PopAllTires<epic_internal>():void = external {}
# Repairs all of the tires on the vehicle, if applicable.
RepairAllTires<epic_internal>():void = external {}
Additionally it would be great if we could query if the current vehicle has any popped tires.
The request for disabling damage when driving with popped tires still remains.