FRemoteSessionImageChannel::FImageSender::SendRawImageToClients

Send an image to the connected clients

Windows
MacOS
Linux

References

Module

RemoteSession

Header

/Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h

Include

#include "Channels/RemoteSessionImageChannel.h"

Source

/Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Private/Channels/RemoteSessionImageChannel.cpp

Syntax

void SendRawImageToClients
(
    int32 Width,
    int32 Height,
    const void * ImageData,
    int32 AllocatedImageDataSize
)

Remarks

Send an image to the connected clients

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