Navigation
API > API/Runtime > API/Runtime/ImageWriteQueue > API/Runtime/ImageWriteQueue/FImagePixelPipe > API/Runtime/ImageWriteQueue/FImagePixelPipe/AddEndpoint
References
| Module | ImageWriteQueue |
| Header | /Engine/Source/Runtime/ImageWriteQueue/Public/ImageWriteStream.h |
| Include | #include "ImageWriteStream.h" |
| Source | /Engine/Source/Runtime/ImageWriteQueue/Private/ImageWriteStream.cpp |
void AddEndpoint
&40;
const TFunction< void(TUniquePtr< FImagePixelData > &&)> & InHandler
&41;
Remarks
Add a new end point handler to this pipe as a functor.
Parameters
| Name | Description |
|---|---|
| InHandler | A handler function implemented as an anonymous functor. Potentially called on any thread. |