Some options of PostProcessSettings are missing : (

They are there. If you click that white arrow in node you’ll see all of them, if that is what you mean.

Check this out:

Copy and paste those texts into your BP and you’ll get nodes with nothing selected. Then check those nodes’ details panel and search for Depth of Field and enable whatever you need to change.

Something is wrong on your side. Here is what i get:

Create a new project in 4.2 and see how it goes.

They are there too. Search for property you want, enable it and it will appear in node.

I’m trying to follow this tutorial here on Wiki: A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums

But in node PostProcessSettings necessary options do not appear when version 4.2, now in version 4.1 they appear. During update it was changed to another place or removed? Is there any other way to proceguir with this tutorial using EU4?

Thank you for listening.

I’ve done that but options do not appear DoF :confused:

Thanks for help friend but I pasted code and options of DoF do not appear in 4.2 and pasted out of curiosity in 4.1 and options appeared o.O

Actually these options appear to me too, but are Boolean and I need to be float, like those of image with green circle, without need of options “override”.

Have tried several times, does not really have Focal Depth of Field Distance and some others without prefix override.

Hey JHanziwest,

You mention Focal Depth of Field Distance and others are missing. Can you list specific nodes you are looking for? Thanks!

options that are missing are circled green in image, because only appear in 4.1 and not in 4.2. These are options of node PostProcessSettings.

Hey JHanziwest,

All of options in PostProcessSettings nodes were renamed between 4.1 and 4.2 because they were not displaying properly in 4.1, but options are all still there. You can see that there are 201 elements for nodes in both 4.1 and 4.2. options you circled were DepthOfFieldMethod, DepthOfFieldFocalDistance, DepthOfFieldFocalRegion, and DepthOfFieldNearTransitionRegion. I’m only guessing, but I assume you were referring to other DOF options as well. If you remove “DepthOfField” part of name, rest is all there. So DepthOfFieldMethod is now Method, and DepthOfFieldFocalDistance is now Focal Distance, etc.

Hope that helps!