TImageBuilder::SetPixel

Set the Pixel at the given X/Y coordinates to the given PixelType

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Image/ImageBuilder.h

Include

#include "Image/ImageBuilder.h"

Syntax

void SetPixel
(
    const FVector2i & ImageCoords,
    const PixelType & NewValue
)

Remarks

Set the Pixel at the given X/Y coordinates to the given PixelType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss