How to disable depth test for 3D UMG widget ?

years after, for anyone looking, another way that has worked for me is to place a solid object behind the 3d UMG widget, like a plane. I was experiencing problems when using a UI material on a 3d screen, however once i placed the plane behind it, my depth issues were solved.