SendRawImageToClients

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SendRawImageToClients

(
    int32 Width,
    int32 Height,
    const TArray< FColor >& ImageData
)

Send an image to the connected clients

Public function

void

 

SendRawImageToClients

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

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