Help with Procedural Mesh Component

Hi everyone,

So I have used the procedural mesh to create a block and I have three different textures to texture it (top, bottom, side). I used vertex colors and the material to choose which texture to use. The UV coordinates I use are (0,0), (0,1), (1,1), (1,0) but as you can see from the image it looks like that the top of the mesh is sampling the bottom of the texture (that thin brown line at the top). I’ve read that (0,0) is the same as (0,1) for UE4 but I don’t know how to fix it.

I fixed it no thanks to this community. I shrunk the size of the mesh and expanded the size of the texture and now I get a crisp image.

Thanks for nothing