Set Post Process Setting
Set one post process setting AND ITS OVERRIDE BIT. Writing the value alone is legal, reads back correctly and renders exactly as before, which is the commonest post process mistake in Unreal. Both are written and both are verified.
hf_set_post_process_settingWriteArguments
| Name | Type | Description |
|---|---|---|
settingreq | string | Name of the setting, as it appears in FPostProcessSettings: BloomIntensity, AutoExposureBias, MotionBlurAmount. An unknown name is refused with the nearest real ones. |
valuereq | string | The value, as text, in the same form the details panel shows: a number, true/false, or a struct like (R=1,G=0,B=0,A=1). |
volumereq | string | Label of a post process volume in the open level. |
force | boolean = false | Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first. |
override | boolean | Defaults to TRUE, which is almost always what is wanted. Pass false to write the value and LEAVE THE SETTING IGNORED, which is a real thing to want and almost never what somebody means. |
Related tools
Nearby in Post process, sky and atmosphere:
- Describe Post Process
- Describe Sky Atmosphere
- Describe Sky Light
- Recapture Sky Light
- Set Exponential Fog
- Set Exposure
- Set Post Process Blend
- Set Sky Atmosphere
All 12 tools in Post process, sky and atmosphere — 3 more not listed here.