Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FImageDimensions
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector2d GetTexelUV
(
const FVector2i& Coords |
Image/ImageDimensions.h | ||
FVector2d GetTexelUV
(
int64 LinearIndex |
Image/ImageDimensions.h |
GetTexelUV(const FVector2i &)
| Name | GetTexelUV |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageDimensions.h |
| Include Path | #include "Image/ImageDimensions.h" |
FVector2d GetTexelUV
(
const FVector2i & Coords
) const
Real-valued position of given texel center in default UV-space [0..1]^2
GetTexelUV(int64)
| Name | GetTexelUV |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageDimensions.h |
| Include Path | #include "Image/ImageDimensions.h" |
FVector2d GetTexelUV
(
int64 LinearIndex
) const
Real-valued position of given texel center in default UV-space [0..1]^2