BUG: Decal fade out doesn't work

Hello!

I want to spawn a DBuffer Decal that will fade out after 10 seconds. When I use the Set Fade Out node in blueprint (picture 1 below) the decal does not fade out, it pops out after 10 seconds. Neither does it work when I place a decal in the editor and use the Details tab to setup the fade (picture 2 below) - it pops out here as well.

Is this a known bug, or am I using the tools improperly?

/ Sjöström.

100358-details.png

Hi ,

Thank you for submitting a bug report. I have reproduced this issue and logged a report for it here. You can track the report’s status as the issue is reviewed by our development staff.

Hi ,

It was poor naming on my part, but setting the fade params simply expose a normalized linear “T” value, “Decal Lifetime Opacity”, in the decal’s material graph. You actually need to use that node to affect how the decal will look over time. I implemented it this way for 2 reasons:

  1. Decals that don’t use this feature avoid the shader instruction.
  2. Artists are able to define what “fade” means for their decal. e.g. An energy field decal can change color instead of opacity.

Thank you. Works perfectly when adding that node :slight_smile:

There should really be some documentation on this 4 years later.

Agreed. I’ll put in a request to the docs team that there is a gap here.