Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FExternalTextureRegistry
Description
Removes an external texture given a GUID.
| Name | UnregisterExternalTexture |
| 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 UnregisterExternalTexture
(
const FGuid & InGuid
)
Parameters
| Name | Remarks |
|---|---|
| InGuid | The unique identifier of the texture to unregister. |