Navigation
API > API/Runtime > API/Runtime/Engine
Method used for primary screen percentage method.
| Name | EPrimaryScreenPercentageMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneView.h |
| Include Path | #include "SceneView.h" |
Syntax
enum EPrimaryScreenPercentageMethod
{
SpatialUpscale,
TemporalUpscale,
RawOutput,
}
Values
| Name | Remarks |
|---|---|
| SpatialUpscale | Add spatial upscale pass at the end of post processing chain, before the secondary upscale. |
| TemporalUpscale | Let temporal AA's do the upscale. |
| RawOutput | No upscaling or up sampling, just output the view rect smaller. |