Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FExternalTextureRegistry
Description
Removes the specified MaterialRenderProxy from the list of those using an external texture.
| Name | RemoveMaterialRenderProxyReference |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ExternalTexture.h |
| Include Path | #include "ExternalTexture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ExternalTexture.cpp |
void RemoveMaterialRenderProxyReference
(
const FMaterialRenderProxy * MaterialRenderProxy
)
Parameters
| Name | Remarks |
|---|---|
| MaterialRenderProxy | The material render proxy to remove. |
See Also
-
UnregisterExternalTexture