4.14 vs 4.13- Set members in PostProcessSettings

I’m trying to get my project from 4.13 to 4.14.
but I’ve run into quit some problems… one of 'em is that the “Set members in PostProcessSettings”
somehow behaves differently in 4.14 than it did in 4.13.
in 4.13 I could input settings right inside the “Set members in PostProcessSettings” or connect a vector to it.
in 4.14 it’s not possible to input settings right there and it only connects to a vector 4.
is this intended, or am I missing something?

so i tried to set them via a vector4 in 4.14, but it doesn’t work (as in 4.13, where i could just input values right in the “set members in postprocesssettings”).
any idea how this is intended to work in 4.14?

I’m also having the same issue. Can’t figure it out, and I’ve tried all the other nodes that take a post process setting reference.

these worked for me in 4.14, hopefully helps, one of the set ups that worked for me seems to be what you have, so could it be being set back somewhere else, that is making it seem like it isnt working?

Hey ,

thanks for the answer. it kinda works on my end. i hooked em up to a key press, then they work fine.
but i wanna use them for a pause menu, and somehow in there they don’t work. maybe i have to put em in somewhere else, because if i exit the pause menu, the settings i then set work, just not the settings that are called for the pause menu. i’ll investigate further.
thanks again, that at least made me try the key thing and now i’m havin an idea how to maybe solve this.
enjoy your weekend.

Im sure there are much better ways to get this working but by using the delays before pausing and after pausing i got the post process settings to apply to pause screen and change after, so if you just want to get something working until you find a better solution this might help

thanks, using a delay worked!
i had to move the first (when you’re in the pause menu) set members in post process around inside my setup a bit.
before that it only made the changes after i exited the pause menu again (after exiting the menu, it would use the settings for the pause menu for a split second, then revert back to the settings that are used when exiting the menu).
but if i put it right at the beginning of the execution of the pause menu it works (the set members in post process for exiting the pause menu worked all the time though).

it’s just odd, why it did work in 4.13 and not in 4.14. you have any idea why and how this was changed (apart from the need for a vector 4)? and why does it work if i exit without a delay, but not if i enter the pause menu?

anyways, thanks again for helping me out.

I would have never thought of doing that! Thanks so much! This was my exact issue and it works for me now as well using a timer/delay of .01.

Im really not sure why its happened, i would be interested as well if anyone knows why, but glad you guys got it working.

Im really not sure why its happened, i would be interested as well if anyone knows why, but glad you guys got it working.