ESubpassHint

Hints for some RHIs that support subpasses.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIResources.h

Include

#include "RHIResources.h"

Syntax

enum ESubpassHint
{
    None,
    DepthReadSubpass,
}

Values

Name

Description

None

Regular rendering.

DepthReadSubpass

Render pass has depth reading subpass.

Remarks

Hints for some RHIs that support subpasses.

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