Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRDGTexture * FindExternalTexture
(
FRHITexture* Texture |
Finds an RDG texture associated with the external texture, or returns null if none is found. | RenderGraphBuilder.h | |
FRDGTexture * FindExternalTexture
(
IPooledRenderTarget* ExternalPooledTexture |
RenderGraphBuilder.h |
FindExternalTexture(FRHITexture *)
Description
Finds an RDG texture associated with the external texture, or returns null if none is found.
| Name | FindExternalTexture |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h |
| Include Path | #include "RenderGraphBuilder.h" |
| Source | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.inl |
FRDGTexture * FindExternalTexture
(
FRHITexture * Texture
) const
FindExternalTexture(IPooledRenderTarget *)
| Name | FindExternalTexture |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h |
| Include Path | #include "RenderGraphBuilder.h" |
| Source | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.inl |
FRDGTexture * FindExternalTexture
(
IPooledRenderTarget * ExternalPooledTexture
) const