Can't get particle system color over life working.

I want my particles to fade out but they don’t.

This is my material.

https://forums.unrealengine.com/filedata/fetch?filedataid=136267&type=thumb

In my particle system i have set the particle over life alpha settings.

https://forums.unrealengine.com/filedata/fetch?filedataid=136268&type=thumb

Why aren’t my particles fading out?
Thanks…

Chosker is right you need to set your second point to 1.0 (marking the end of your particles life time as it only goes from 0 to 1), but I also notice you are using ‘vertex colour’ node in your material…

Replace that with ParticleColor node and hook it up the same way, then the particles will fade out.