Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FTexture2DBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the FColor texel at the given X/Y coordinates | AssetUtils/Texture2DBuilder.h | ||
| Get the FColor texel at the given linear index | AssetUtils/Texture2DBuilder.h |
GetTexel(const FVector2i &)
Description
Get the FColor texel at the given X/Y coordinates
| Name | GetTexel |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/AssetUtils/Texture2DBuilder.h |
| Include Path | #include "AssetUtils/Texture2DBuilder.h" |
const FColor & GetTexel
(
const FVector2i & ImageCoords
) const
GetTexel(int64)
Description
Get the FColor texel at the given linear index
| Name | GetTexel |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/AssetUtils/Texture2DBuilder.h |
| Include Path | #include "AssetUtils/Texture2DBuilder.h" |
const FColor & GetTexel
(
int64 LinearIndex
) const