Navigation
API > API/Runtime > API/Runtime/Engine > API/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 |
bool GetExternalTextureCoordinateScaleRotation
&40;
const FGuid & InGuid,
FLinearColor & OutCoordinateScaleRotation
&41;
Remarks
Looks up an external texture's coordinate scale rotation. true on success, false if the identifier was not found.
Parameters
| Name | Description |
|---|---|
| InGuid | The texture's unique identifier. |
| OutCoordinateScaleRotation | Will contain the texture's coordinate scale and rotation (packed into color value). |