Make texture have transparencey

I have a material where the object has a base color. I then downloaded a rust stain texture and wanted to vertex paint it on to my mesh. So now I’m lerping between base color and rust stain texture based on the vertex color red channel.

The problem is my rust stain texture has a black background when it does have alpha information. How do I unreal use the alpha channel and show my rust texture with transparency.