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