FImagePixelPipe::Push

Push the specified pixel data onto this pipe

Windows
MacOS
Linux

References

Module

ImageWriteQueue

Header

/Engine/Source/Runtime/ImageWriteQueue/Public/ImageWriteStream.h

Include

#include "ImageWriteStream.h"

Source

/Engine/Source/Runtime/ImageWriteQueue/Private/ImageWriteStream.cpp

Syntax

void Push
(
    TUniquePtr< FImagePixelData > && InImagePixelData
)

Remarks

Push the specified pixel data onto this pipe

Parameters

Parameter

Description

InImagePixelData

The data to push through this pipe

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