unreal.AntiAliasingMethod

class unreal.AntiAliasingMethod

Bases: unreal.EnumBase

Used by rendering project settings.

C++ Source:

  • Module: Engine

  • File: SceneUtils.h

AAM_FXAA

1

AAM_MSAA

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

Type

3

AAM_NONE

0

AAM_TEMPORAL_AA

2

AAM_TSR

4