Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FExternalTextureRegistry
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/ExternalTexture.h |
Include | #include "ExternalTexture.h" |
Source | /Engine/Source/Runtime/Engine/Private/ExternalTexture.cpp |
void RemoveMaterialRenderProxyReference
&40;
const FMaterialRenderProxy &42; MaterialRenderProxy
&41;
Remarks
Removes the specified MaterialRenderProxy from the list of those using an external texture.
Parameters
Name | Description |
---|---|
MaterialRenderProxy | The material render proxy to remove. |