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