![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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)") } |