Navigation
API > API/Plugins > API/Plugins/RemoteSession > API/Plugins/RemoteSession/FRemoteSessionImageChannel > API/Plugins/RemoteSession/FRemoteSessionImageChannel/FImageSender
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SendRawImageToClients
(
int32 Width, |
Send an image to the connected clients | Channels/RemoteSessionImageChannel.h | |
void SendRawImageToClients
(
int32 Width, |
Send an image to the connected clients | Channels/RemoteSessionImageChannel.h |
SendRawImageToClients(int32, int32, const TArray< FColor > &, int32)
Description
Send an image to the connected clients
| Name | SendRawImageToClients |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
| Source | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Private/Channels/RemoteSessionImageChannel.cpp |
void SendRawImageToClients
(
int32 Width,
int32 Height,
const TArray < FColor > & ImageData,
int32 BytesPerRow
)
SendRawImageToClients(int32, int32, const void *, int32, int32)
Description
Send an image to the connected clients
| Name | SendRawImageToClients |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
| Source | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Private/Channels/RemoteSessionImageChannel.cpp |
void SendRawImageToClients
(
int32 Width,
int32 Height,
const void * ImageData,
int32 AllocatedImageDataSize,
int32 BytesPerRow
)