Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Input > API/Plugins/PixelStreaming2Input/PIXELSTREAMING2IPixelStreaming2I-
References
| Module | PixelStreaming2Input |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Input/Public/IPixelStreaming2InputHandler.h |
| Include | #include "IPixelStreaming2InputHandler.h" |
void OnMessage
(
FString SourceId,
TArray < uint8 > Buffer
)
Remarks
Handle the message from the WebRTC data channel.
Parameters
| Name | Description |
|---|---|
| SourceId | A source ID for this message |
| Buffer | The data channel message |