Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/ExternalTexture.h |
Include |
#include "ExternalTexture.h" |
class FExternalTextureRegistry
Stores a registry of external textures mapped to their GUIDs.
No constructors are accessible with public or protected access.
Name | Description | ||
---|---|---|---|
|
FExternalTex... |
Get() |
Get the registry singleton instance. |
|
GetExternalTexture ( |
Get the external texture with the specified identifier. |
|
|
GetExternalTextureCoordinateOffset ( |
Looks up an texture coordinate offset for given a given GUID. |
|
|
GetExternalTextureCoordinateScaleRotation ( |
Looks up an external texture's coordinate scale rotation. |
|
|
RegisterExternalTexture ( |
Register an external texture, its sampler state and coordinate scale/bias against a GUID. |
|
|
RemoveMaterialRenderProxyReference ( |
Removes the specified MaterialRenderProxy from the list of those using an external texture. |
|
|
UnregisterExternalTexture ( |
Removes an external texture given a GUID. |
Name |
Description |
---|---|
Singleton |
Registry singleton instance. |