FExternalTextureRegistry::GetExternalTextureCoordinateOffset

Looks up an texture coordinate offset for given a given GUID.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ExternalTexture.h

Include

#include "ExternalTexture.h"

Source

/Engine/Source/Runtime/Engine/Private/ExternalTexture.cpp

Syntax

bool GetExternalTextureCoordinateOffset
(
    const FGuid & InGuid,
    FLinearColor & OutCoordinateOffset
)

Remarks

Looks up an texture coordinate offset for given a given GUID.

Returns

true on success, false if the identifier was not found.

Parameters

Parameter

Description

InGuid

The texture's unique identifier.

OutCoordinateOffset

Will contain the texture's coordinate offset (packed into color value).

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss