Navigation
API > API/Runtime > API/Runtime/Engine
Enumerates VRS Fixed-foveation levels
| Name | EFixedFoveationLevels::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/RendererSettings.h |
| Include Path | #include "Engine/RendererSettings.h" |
Syntax
namespace EFixedFoveationLevels
{
enum Type
{
Disabled = 0,
Low = 1,
Medium = 2,
High = 3,
HighTop = 4,
}
}
Values
| Name | Remarks |
|---|---|
| Disabled | |
| Low | |
| Medium | |
| High | |
| HighTop |