I should have brought this up years ago but back then the UIButton-ToggledComponent crash combo required a workaround anyway. Now that it's supposedly fixed (since it's a complicated individual- and combo- bug I couldn't test all cases yet) I would like to get rid of the workarounds which makes up about 600 lines of code on average (in exchange for a few lines).
So the problem at hand is : when you use burst with individual shot consumption and with multi-ammo usage
but have an overall ammo pre-requirement such that the weapon would only fire if all ammo needed for the burst are available
then you have no choice but write a whole set of checks for each ammo type.
Currently, if MinAmmoUsed is applied it would be used for each burst shot, hence, checked every time instead of one time. This is fine when there's no overall ammo requirement but not for the other case.
So it would be nice to be able to define a one time pre-requirement check that also works for multi-ammo use (in conjunction with burst wit individual consumption).
This is a very specific case so priority isn't high but I think it's reasonably needed for many cases.
Ammo prerequirement for Burst with multi-ammo and individual consumption
Why do do you need to use individual shot comsumption?