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
(
TUniquePtr< FImagePixelData > && InImagePixelData
)
Remarks
Push the specified pixel data onto this pipe
Parameters
| Name | Description |
|---|---|
| InImagePixelData | The data to push through this pipe |