Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/FPixelStreamingDataChannel
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingDataChannel.h |
| Include | #include "PixelStreamingDataChannel.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Private/PixelStreamingDataChannel.cpp |
bool SendArbitraryData
&40;
uint8 Type,
const TArray64< uint8 > & DataBytes
&41; const
Remarks
Sends a large buffer of data to the data channel. True when all data was successfully sent.
Parameters
| Name | Description |
|---|---|
| Type | See SendMessage. The type of the message. |
| DataBytes | The raw byte buffer to send. |