Navigation
API > API/Plugins > API/Plugins/BackChannel > API/Plugins/BackChannel/IBackChannelSocketConnection
Description
Todo (agrant 2017/12/29): Should remove 'Connect' and instead return a connected (or null..) socket from the factory Start connecting to the specified port for incoming connections. Use WaitForConnection to check status.
| Name | Connect |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/Transport/IBackChannelSocketConnection.h |
| Include Path | #include "BackChannel/Transport/IBackChannelSocketConnection.h" |
bool Connect
(
const TCHAR * InEndPoint
)