EPassOutputId

Usually the same as the MRT number but it doesn't have to be implemented as MRT.

Windows
MacOS
Linux

References

Module

Renderer

Header

/Engine/Source/Runtime/Renderer/Public/PostProcessParameters.h

Include

#include "PostProcessParameters.h"

Syntax

enum EPassOutputId
{
    ePId_Output0,
    ePId_Output1,
    ePId_Output2,
    ePId_Output3,
    ePId_Output4,
    ePId_Output5,
    ePId_Output6,
    ePId_Output7,
}

Values

Name

Description

ePId_Output0

ePId_Output1

ePId_Output2

ePId_Output3

ePId_Output4

ePId_Output5

ePId_Output6

ePId_Output7

Remarks

Usually the same as the MRT number but it doesn't have to be implemented as MRT. More that that should not be needed. Could be an uint32 but for better readability and type safety it's an enum. Counting starts from 0 in consecutive order.

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