Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TImageBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the Pixel at the given X/Y coordinates | Image/ImageBuilder.h | ||
PixelType & GetPixel
(
int64 LinearIndex |
Get the Pixel at the given linear index | Image/ImageBuilder.h | |
| Get the Pixel at the given X/Y coordinates | Image/ImageBuilder.h | ||
const PixelType & GetPixel
(
int64 LinearIndex |
Get the Pixel at the given linear index | Image/ImageBuilder.h | |
PixelType & GetPixel
(
int32 X, |
Get the Pixel at the given X/Y coordinates | Image/ImageBuilder.h | |
const PixelType & GetPixel
(
int32 X, |
Get the Pixel at the given X/Y coordinates | Image/ImageBuilder.h |
GetPixel(const FVector2i &)
Description
Get the Pixel at the given X/Y coordinates
| Name | GetPixel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path | #include "Image/ImageBuilder.h" |
PixelType & GetPixel
(
const FVector2i & ImageCoords
)
GetPixel(int64)
Description
Get the Pixel at the given linear index
| Name | GetPixel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path | #include "Image/ImageBuilder.h" |
PixelType & GetPixel
(
int64 LinearIndex
)
GetPixel(const FVector2i &)
Description
Get the Pixel at the given X/Y coordinates
| Name | GetPixel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path | #include "Image/ImageBuilder.h" |
const PixelType & GetPixel
(
const FVector2i & ImageCoords
) const
GetPixel(int64)
Description
Get the Pixel at the given linear index
| Name | GetPixel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path | #include "Image/ImageBuilder.h" |
const PixelType & GetPixel
(
int64 LinearIndex
) const
GetPixel(int32, int32)
Description
Get the Pixel at the given X/Y coordinates
| Name | GetPixel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path | #include "Image/ImageBuilder.h" |
PixelType & GetPixel
(
int32 X,
int32 Y
)
GetPixel(int32, int32)
Description
Get the Pixel at the given X/Y coordinates
| Name | GetPixel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path | #include "Image/ImageBuilder.h" |
const PixelType & GetPixel
(
int32 X,
int32 Y
) const