FImageStreamEndpoint::PipeImage

Pipe the specified image data onto this end point

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 PipeImage
(
    TUniquePtr< FImagePixelData > && InOwnedImage
)

Remarks

Pipe the specified image data onto this end point

Parameters

Parameter

Description

InOwnedImage

Image data to pass through this end point.

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