UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EMobileAntiAliasingMethod Namespace Reference

Enumerations

enum  Type : int {
  None = AAM_None UMETA(DisplayName = "None") , FXAA = AAM_FXAA UMETA(DisplayName = "Fast Approximate Anti-Aliasing (FXAA)") , TemporalAA = AAM_TemporalAA UMETA(DisplayName = "Temporal Anti-Aliasing (TAA)") , MSAA = AAM_MSAA UMETA(DisplayName = "Multisample Anti-Aliasing (MSAA)") ,
  TSR = AAM_TSR UMETA(DisplayName = "Temporal Super-Resolution (TSR)") , SMAA = AAM_SMAA UMETA(DisplayName = "Subpixel Morphological Anti-Aliasing (SMAA)")
}
 

Enumeration Type Documentation

◆ Type

Enumerator
None 
FXAA 
TemporalAA 
MSAA 

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

TSR 
SMAA