FExternalTextureRegistry::GetExternalTexture

Get the external texture with the specified identifier.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ExternalTexture.h

Include

#include "ExternalTexture.h"

Source

/Engine/Source/Runtime/Engine/Private/ExternalTexture.cpp

Syntax

bool GetExternalTexture
(
    const FMaterialRenderProxy * MaterialRenderProxy,
    const FGuid & InGuid,
    FTextureRHIRef & OutTextureRHI,
    FSamplerStateRHIRef & OutSamplerStateRHI
)

Remarks

Get the external texture with the specified identifier.

Returns

true on success, false if the identifier was not found.

Parameters

Parameter

Description

MaterialRenderProxy

The material render proxy that is using the texture (will be registered).

InGuid

The texture's unique identifier.

OutTextureRHI

Will contain the external texture.

OutSamplerStateRHI

Will contain the texture's sampler state.

See Also

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