Navigation
API > API/Runtime > API/Runtime/ImageWriteQueue > API/Runtime/ImageWriteQueue/FImagePixelPipe
| Type | Name | Description | |
|---|---|---|---|
| void | AddEndpoint
(
TUniquePtr< FImageStreamEndpoint >&& InEndpoint |
Add a new end point handler to this pipe. | |
| void | AddEndpoint
(
const TFunction< void(TUniquePtr< FImagePixelData >&&)>& InHandler |
Add a new end point handler to this pipe as a functor. |