bDisableMultisampleEffects

Certain passes don't support post-processing effects that blend pixels together.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(EditAnywhere, BlueprintReadWrite, Category="Post Processing")
bool bDisableMultisampleEffects

Remarks

Certain passes don't support post-processing effects that blend pixels together. These include effects like Depth of Field, Temporal Anti-Aliasing, Motion Blur and chromattic abberation. When these post processing effects are used then each final output pixel is composed of the influence of many other pixels which is undesirable when rendering out an object id pass (which does not support post processing). This checkbox lets you disable them on a per-render basis instead of having to disable them in the editor as well.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss