EPrimaryScreenPercentageMethod

Method used for primary screen percentage method.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneView.h

Include

#include "SceneView.h"

Syntax

enum EPrimaryScreenPercentageMethod
{
    SpatialUpscale,
    TemporalUpscale,
    RawOutput,
}

Values

Name

Description

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.

Remarks

Method used for primary screen percentage method.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss