FImagePixelPipe::AddEndpoint

Add a new end point handler to this pipe as a functor.

Windows
MacOS
Linux

References

Module

ImageWriteQueue

Header

/Engine/Source/Runtime/ImageWriteQueue/Public/ImageWriteStream.h

Include

#include "ImageWriteStream.h"

Source

/Engine/Source/Runtime/ImageWriteQueue/Private/ImageWriteStream.cpp

Syntax

void AddEndpoint
(
    const TFunction< void< FImagePixelData > &&)> & InHandler
)

Remarks

Add a new end point handler to this pipe as a functor.

Parameters

Parameter

Description

InHandler

A handler function implemented as an anonymous functor. Potentially called on any thread.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss