i have notice that unreal engine have a transparent mask slot on its material root expression, and it implement this mask by discard instruction.
is this discard instruction or clip function equal to alpha test?
but in unity engine documents, it recommend use alphablend to implement transparent than alphatest, because alphatest is slowly than alphablend on mobile device.
what's the reason cause this phenomenon?![]()