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