Post process volume toggle

I already have set up the post process volume in scene I’m trying to create heat Thermal Vision like Rainbow Six but I’m trying to have it toggle with a key input how would this work?

On key pressed set the post process blend weight from 1 (on) to 0 (off), you can do this from the level BP or if you put the post process volume on the player character you can toggle it from within the characterBP as well. Something like this should work:

Thanks for the reply where did you get those variables from?

Drag from your post process in the blueprint and type “Blend Weight” it will work in the level bp as well once you have a reference to your post process.

Thanks it worked.