EAntiAliasingMethod
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EAntiAliasingMethod
Inheritance Object → ValueType → Enum → EAntiAliasingMethod
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| AAM_None | 0 | |
| AAM_FXAA | 1 | |
| AAM_TemporalAA | 2 | |
| AAM_MSAA | 3 | |
| AAM_DLSS | 4 | |
| AAM_MAX | 5 |