Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FExternalTextureRegistry
Description
Looks up an texture coordinate offset for given a given GUID.
| Name | GetExternalTextureCoordinateOffset |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ExternalTexture.h |
| Include Path | #include "ExternalTexture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ExternalTexture.cpp |
bool GetExternalTextureCoordinateOffset
(
const FGuid & InGuid,
FLinearColor & OutCoordinateOffset
)
true on success, false if the identifier was not found.
Parameters
| Name | Remarks |
|---|---|
| InGuid | The texture's unique identifier. |
| OutCoordinateOffset | Will contain the texture's coordinate offset (packed into color value). |
See Also
- GetExternalTextureCoordinateScaleRotation