EApplyRendertargetOption

Utility flags for modifying render target behavior on a PSO.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "PipelineStateCache.h"

Syntax

enum EApplyRendertargetOption
{
    DoNothing     = 0,
    ForceApply    = 1 << 0,
    CheckApply    = 1 << 1,
}

Values

Name

Description

DoNothing

ForceApply

CheckApply

Remarks

Utility flags for modifying render target behavior on a PSO.

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