In our project we are using multiple sphere masks to reveal or hide parts of the level as the core mechanic.
However when two or more sphere masks are close to each other, visual artifacts start to appear.
This effect gets worse the closer the spheres are.
Our implementation is simply defined the spheres using a material parameter collection for the radii and centers, and creating the sphere masks in a material blueprint function. For combining the sphere masks we just simply add them.
Is this possibly an error of the Add operation, a known bug or are we not understanding how to combine multiple sphere masks?
Any help would be appreciated,
Thanks.