Navigation
API > API/Plugins > API/Plugins/BackChannel > API/Plugins/BackChannel/IBackChannelSocketConnection
Description
Receive data from our connection. The returned value is the number of bytes read, to a max of BufferSize
| Name | ReceiveData |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/Transport/IBackChannelSocketConnection.h |
| Include Path | #include "BackChannel/Transport/IBackChannelSocketConnection.h" |
int32 ReceiveData
(
void * OutBuffer,
const int32 BufferSize
)