Decal Lifetime Opacity returns no value

I try to use this value to fade out decals after spawning, but may tests shows that with emissive decal it returns 1, with dbuffer translucent color 0. Decal is spawned by “Spawn Decal Attached” with lifespan 6.
Is it intended functionality?

Hi Gomo! You have to add a fade out to the decal component in order for that node to return a value. Use the Set Fade Out function on the return value of your Spawn Decal Attached function, and it should work!

Thanks! I’ll try that.