unreal.AntiAliasingMethod

class unreal.AntiAliasingMethod

Bases: EnumBase

Used by rendering project settings.

C++ Source:

  • Module: Engine

  • File: SceneUtils.h

AAM_FXAA: AntiAliasingMethod

1

AAM_MSAA: AntiAliasingMethod

Only supported with forward shading. MSAA sample count is controlled by r.MSAACount.

Type:

3

AAM_NONE: AntiAliasingMethod

0

AAM_TEMPORAL_AA: AntiAliasingMethod

2

AAM_TSR: AntiAliasingMethod

4