![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ImageWriteStream.h>
Public Member Functions | |
| virtual | ~FImageStreamEndpoint () |
| IMAGEWRITEQUEUE_API void | PipeImage (TUniquePtr< FImagePixelData > &&InOwnedImage) |
Stream end-point that receives a copy of image data from a thread
|
inlinevirtual |
| void FImageStreamEndpoint::PipeImage | ( | TUniquePtr< FImagePixelData > && | InOwnedImage | ) |
Pipe the specified image data onto this end point
| InOwnedImage | Image data to pass through this end point. |