Navigation
API > API/Plugins > API/Plugins/WebSocketNetworking > API/Plugins/WebSocketNetworking/UWebSocketConnection
- UNetConnection::ReceivedRawPacket()
- UWebSocketConnection::ReceivedRawPacket()
References
| Module | WebSocketNetworking |
| Header | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Public/WebSocketConnection.h |
| Include | #include "WebSocketConnection.h" |
| Source | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Private/WebsocketConnection.cpp |
virtual void ReceivedRawPacket
&40;
void &42; Data,
int32 Count
&41;
Remarks
Allows the connection to process the raw data that was received
Parameters
| Name | Description |
|---|---|
| Data | the data to process |
| Count | the size of the data buffer to process |