4.16 Controling Particle Colors / Instance Parameters

Im trying to set up exposed paramters to change colors of a particle system, but always seem to get the same results even when following this guide step by step.(A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums)

  • Added ScaleColor/Life
  • Set up particle parameter
  • Exposed Parameter in Bp
  • Changed Param Type to Color

Changing the Color on the Instance Parameter of the Emitter (even manually) doesn’t affect the color.
Changing the Color constant directly inside the particle system does.

Have tested with multiple particle systems, all containing ColorOverLife.

Am I missing something?