DecodeRenderTargetMode

Convert the ESimpleRenderTargetMode into usable values

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIUtilities.h"

Syntax

void DecodeRenderTargetMode
(
    ESimpleRenderTargetMode Mode,
    ERenderTargetLoadAction & ColorLoadAction,
    ERenderTargetStoreAction & ColorStoreAction,
    ERenderTargetLoadAction & DepthLoadAction,
    ERenderTargetStoreAction & DepthStoreAction,
    ERenderTargetLoadAction & StencilLoadAction,
    ERenderTargetStoreAction & StencilStoreAction,
    FExclusiveDepthStencil DepthStencilUsage
)

Remarks

Convert the ESimpleRenderTargetMode into usable values

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