Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TImageBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ContainsPixel
(
const FVector2i& ImageCoords |
Image/ImageBuilder.h | ||
bool ContainsPixel
(
int32 X, |
Image/ImageBuilder.h |
ContainsPixel(const FVector2i &)
| Name | ContainsPixel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path | #include "Image/ImageBuilder.h" |
bool ContainsPixel
(
const FVector2i & ImageCoords
) const
true if the given X/Y coordinates are inside the image pixel bounds, ie can be used to index a pixel
ContainsPixel(int32, int32)
| Name | ContainsPixel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path | #include "Image/ImageBuilder.h" |
bool ContainsPixel
(
int32 X,
int32 Y
) const
true if the given X/Y coordinates are inside the image pixel bounds, ie can be used to index a pixel