AddCopyToResolveTargetPass

Adds a render graph pass to resolve from one texture to another.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderGraphUtils.h

Include

#include "RenderGraphUtils.h"

Source

/Engine/Source/Runtime/RenderCore/Private/RenderGraphUtils.cpp

Syntax

void AddCopyToResolveTargetPass
(
    FRDGBuilder & GraphBuilder,
    FRDGTextureRef InputTexture,
    FRDGTextureRef OutputTexture,
    const FResolveParams & ResolveParams
)

Remarks

Adds a render graph pass to resolve from one texture to another. Uses RHICopyToResolveTarget under the hood. The formats of the two textures don't need to match.

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