Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneUtils.h |
| Include | #include "SceneUtils.h" |
Syntax
enum EAntiAliasingMethod
{
UMETA =(DisplayName = "None"),
UMETA =(DisplayName = "None"),
UMETA =(DisplayName = "None"),
UMETA =(DisplayName = "None"),
UMETA =(DisplayName = "None"),
AAM_MAX,
}
Values
| Name | Description |
|---|---|
| UMETA | Only supported with forward shading. MSAA sample count is controlled by r.MSAACount. |
| UMETA | Only supported with forward shading. MSAA sample count is controlled by r.MSAACount. |
| UMETA | Only supported with forward shading. MSAA sample count is controlled by r.MSAACount. |
| UMETA | Only supported with forward shading. MSAA sample count is controlled by r.MSAACount. |
| UMETA | Only supported with forward shading. MSAA sample count is controlled by r.MSAACount. |
| AAM_MAX |
Remarks
Used by rendering project settings.