ERenderTargetLoadAction

Action to take when a render target is set.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIDefinitions.h"

Syntax

enum ERenderTargetLoadAction
{
    ENoAction,
    ELoad,
    EClear,
    Num,
    NumBits      = 2,
}

Values

Name

Description

ENoAction

Untouched contents of the render target are undefined. Any existing content is not preserved.

ELoad

Existing contents are preserved.

EClear

The render target is cleared to the fast clear value specified on the resource.

Num

NumBits

Remarks

Action to take when a render target is set.

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