SetPixel

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SetPixel

(
    const FVector2i& ImageCoords,
    const PixelType& NewValue
)

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

Public function

void

 

SetPixel

(
    int64 LinearIndex,
    const PixelType& NewValue
)

Set the Pixel at the given linear index 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