Navigation
API > API/Runtime > API/Runtime/ImageWriteQueue > API/Runtime/ImageWriteQueue/FImagePixelPipe
References
| Module | ImageWriteQueue |
| Header | /Engine/Source/Runtime/ImageWriteQueue/Public/ImageWriteStream.h |
| Include | #include "ImageWriteStream.h" |
| Source | /Engine/Source/Runtime/ImageWriteQueue/Private/ImageWriteStream.cpp |
void Push
&40;
TUniquePtr< FImagePixelData > && InImagePixelData
&41;
Remarks
Push the specified pixel data onto this pipe
Parameters
| Name | Description |
|---|---|
| InImagePixelData | The data to push through this pipe |