Turn off tiling on a texture 2DDynamic

I have figured out sort of a hack to do it, I import a white square texture (with thin black border) and set it’s tiling to clamp, then in my material I am tiling it’s texture coordinates the same as 2DDynamic texture, then multiplying the square texture over the dynamic texture alpha. That blocks out the repeating alpha from the 2DDynamic texture.