ERHICreateTransitionFlags

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHI.h"

Syntax

enum ERHICreateTransitionFlags
{
    None       = 0,
    NoFence    = 1 << 0,
    NoSplit    = 1 << 1,
}

Values

Name

Description

None

NoFence

Disables fencing between pipelines during the transition.

NoSplit

Indicates the transition will have no useful work between the Begin/End calls, so should use a partial flush rather than a fence as this is more optimal.

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