ERenderTargetStoreAction

Action to take when a rendertarget is unset or at the end of a pass.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIDefinitions.h"

Syntax

enum ERenderTargetStoreAction
{
    ENoAction,
    EStore,
    EMultisampleResolve,
    Num,
    NumBits                = 2,
}

Values

Name

Description

ENoAction

EStore

EMultisampleResolve

Num

NumBits

Remarks

Action to take when a rendertarget is unset or at the end of a pass.

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