Why does my Switch Param in the material editor not work in post process?

Unfortunately, using a Bool doesn’t work either when the material is used inside a Post Process. The only solution is to change it inside the material and recompile it it seems.

Also, the static switch setup or even the bool, doesn’t work in editor mode, so it’s not possible to easily preview a material using this setup, even if it’s not intended to be real-time changed.

So in essence, the preview mode doesn’t work in editor mode.