How to Access the Color Parameter of a Material instance Used by a AnimTrail Particle System in Blueprint?

I have a sword swing animation that has an AnimTrail particle system added to it. The AnimTrail particle system uses a material instance with the color being a parameter. I want to be able to control/change the color of the animtrail within the game by a key press. How do I access and set this color parameter in Blueprint?