Agrarsense
Enumerations
AntiAliasing.h File Reference
#include "CoreMinimal.h"
Include dependency graph for AntiAliasing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  EAntiAliasing : uint8 { NONE = 0 UMETA(DisplayName = "NONE") , FXAA = 1 UMETA(DisplayName = "FXAA") , TAA = 2 UMETA(DisplayName = "TAA") , TSR = 3 UMETA(DisplayName = "TSR") }
 

Enumeration Type Documentation

◆ EAntiAliasing

enum class EAntiAliasing : uint8
strong

Anti aliasing enum.

Enumerator
NONE 
FXAA 
TAA 
TSR 

Definition at line 14 of file AntiAliasing.h.

15{
16 NONE = 0 UMETA(DisplayName = "NONE"),
17 FXAA = 1 UMETA(DisplayName = "FXAA"),
18 TAA = 2 UMETA(DisplayName = "TAA"),
19 TSR = 3 UMETA(DisplayName = "TSR"),
20}