TryRegisterExternalTexture

Variants of RegisterExternalTexture which will returns null (rather than assert) if the external texture is null.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphUtils.h"

Syntax

FRDGTextureRef TryRegisterExternalTexture
(
    FRDGBuilder & GraphBuilder,
    const TRefCountPtr< IPooledRenderTarget > & ExternalPooledTexture,
    ERenderTargetTexture RenderTargetTexture,
    ERDGTextureFlags Flags
)

Remarks

Variants of RegisterExternalTexture which will returns null (rather than assert) if the external texture is null.

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