Changing project settings (specifically something in URendererSettings) per map

Is there a way to change these settings per map? I need to have Translucency Sort Policy to be different for different maps.

You can use console commands to set those settings per map by using a Execute Console Command and for the Translucency Sort Policy use this without quotes: “r.TranslucentSortPolicy” followed by the setting you wish to set it to:

Cool, thank you.