Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FImageDimensions
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Image/ImageDimensions.h | |||
int64 GetIndex
(
int32 X, |
Image/ImageDimensions.h |
GetIndex(const FVector2i &)
| Name | GetIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageDimensions.h |
| Include Path | #include "Image/ImageDimensions.h" |
int64 GetIndex
(
const FVector2i & Coords
) const
linear index into image from 2D coordinates
GetIndex(int32, int32)
| Name | GetIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageDimensions.h |
| Include Path | #include "Image/ImageDimensions.h" |
int64 GetIndex
(
int32 X,
int32 Y
) const
linear index into image from 2D coordinates