Masked material on huge particles black flickering

It seems like it is not a bug, but a typical z-fighting issue. If you are set on using masked particles, give them more spacing between each other.

Hi,

I’ve been doing some FX work lately and for test’s sake decided to switch to masked material to test things out and i’ve noticed strange black flickering on it. I’ve isolated the issue as far as i could and this is what i’ve come up with.

This is how the flickering looks like: Screen capture - 96150e8b224a85a0f5df1bf64a86356f - Gyazo

And this is the material, its pretty simple. It also flickers for a default lit masked material:

This is how the particle system looks like (you can even see the flickering in there):

To reproduce this effect i just have to:

  1. Launch an empty project or a template
  2. Create a masked material, like shown above
  3. Create a particle system
  4. Set our newly created masked material as the emitter’s material
  5. Change the initial size of the particles to a bigger number, like 500 in X and Y.

The effect is the most visible when the Screen Alignment is changed to PSA Velocity, though it also flickers in other screen alignment modes. I reproduced it many times on 4.18.3 in few projects, though on 4.17 it doesn’t seem to happen. It is also worth pointing out that i am running on Radeon RX480 and AMD FX-8350, since one of my peers couldnt reproduce the issue on his Titan card and Intel cpu.

Can anyone except me reproduce this issue? Or maybe someone has an idea on how to fix it, since my eyes hurt from constant flickering. Hope it will just go away in 4.19.

If its just z-fighting, its oddly specific that it does so only on this engine version and only on my setup, as my peers dont have the issue on theirs. Also, it happens for particles that are apart from each other too, as thats how i noticed it. I can post a video of it if you want to see it.

This is Z-fighting. take it from someone who has been working/playing with unreal engine since the first unreal and uses cascade every day.

its something that happens with opaque/masked meshes/sprites that are overlapping, and while it always happens the quality of gpu/anti alliasing/filtering can change how it looks a little. this happens on every gpu and cpu.

This especially happens when the particles are screen aligned meaning that all the sprites are aligning their surfaces causing z-fighting.
use a variety of different location modules (sphere for instance) and velocity modules to randomize the location of the particles to avoid z-fighting.

First of all, thanks for trying to help me out, i really appreciate it.

I checked if non overlapping particles have the issue too and indeed they do, here’s the video:

The artifacts exist even if the particles are extremely far away from each other:

And thanks to you i began testing if i can reproduce the issue on other engine versions and i’ve learned that it is NOT 4.18 specific. I reproduced it in 4.16 and 4.17, the reason i noticed no issues earlier on 4.17 is because i’ve had DBuffer Decals turned off for some reason in project settings. Turning it on brings back the flickering.

That being said, turning off DBuffer Decals magically fixes the issue for me. Why does that happen, i have no idea, but im not sure if the black flickering is intended to happen with DBuffer Decals on, even though its a clean empty project and no decals are used anywhere.

i tried with both dbuffer decals on and off, and used same cascade /material settings as you but I am not getting the same results: https://i.gyazo.com/8887e8c9d30d3cb56b8023cf3077d5ad.gif

This makes me wonder if your gpu might have a driver/hardware issue.
best to wait until an unrealdev takes a look at it I guess.

I’ve got the same issue. happens even when I only spawn one particle. only effects cpu particles, the gpu particles work fine. I have an intel i5-7600k and a gtx 1070
dbuffer decals setting has no effect for me.