Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FImageAdapter
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Image/ImageBuilder.h |
|
|
|
Image/ImageBuilder.h |
|
SetPixel(const FVector2i &, const FVector4f &)
| |
|
| Name |
SetPixel |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path |
#include "Image/ImageBuilder.h" |
void SetPixel
(
const FVector2i & PixelCoords,
const FVector4f & FloatPixel
)
SetPixel(const FVector2i &, const FLinearColor &)
| |
|
| Name |
SetPixel |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path |
#include "Image/ImageBuilder.h" |
void SetPixel
(
const FVector2i & PixelCoords,
const FLinearColor & FloatPixel
)