Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FImageTile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector2i GetSourceCoords
(
const int64 LinearIdx |
Image/ImageTile.h | ||
FVector2i GetSourceCoords
(
const FVector2i& LocalCoords |
Image/ImageTile.h | ||
FVector2i GetSourceCoords
(
const int32 X, |
Image/ImageTile.h |
GetSourceCoords(const int64)
| Name | GetSourceCoords |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageTile.h |
| Include Path | #include "Image/ImageTile.h" |
FVector2i GetSourceCoords
(
const int64 LinearIdx
) const
the source image's coordinates given linear index into this tile.
GetSourceCoords(const FVector2i &)
| Name | GetSourceCoords |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageTile.h |
| Include Path | #include "Image/ImageTile.h" |
FVector2i GetSourceCoords
(
const FVector2i & LocalCoords
) const
the source image's coordinates given local coordinates into this tile.
GetSourceCoords(const int32, const int32)
| Name | GetSourceCoords |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageTile.h |
| Include Path | #include "Image/ImageTile.h" |
FVector2i GetSourceCoords
(
const int32 X,
const int32 Y
) const
the source image's coordinates given local XY coordinates into this tile.