TryGetRHI

Fetches the RHI texture from an RDG texture or null if the RDG texture is null.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphUtils.h"

Syntax

FRHITexture * TryGetRHI
(
    FRDGTextureRef Texture
)

Remarks

Fetches the RHI texture from an RDG texture or null if the RDG 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