Navigation
API > API/Plugins > API/Plugins/SocketSubsystemEOS > API/Plugins/SocketSubsystemEOS/UNetDriverEOSBase
- UNetDriver::InitConnect()
- UIpNetDriver::InitConnect()
- UNetDriverEOSBase::InitConnect()
References
| Module | SocketSubsystemEOS |
| Header | /Engine/Plugins/Online/SocketSubsystemEOS/Source/SocketSubsystemEOS/Public/NetDriverEOSBase.h |
| Include | #include "NetDriverEOSBase.h" |
| Source | /Engine/Plugins/Online/SocketSubsystemEOS/Source/SocketSubsystemEOS/Private/NetDriverEOSBase.cpp |
virtual bool InitConnect
&40;
FNetworkNotify &42; InNotify,
const FURL & ConnectURL,
FString & Error
&41;
Remarks
Initialize the net driver in client mode true if successful, false otherwise (check Error parameter)
Parameters
| Name | Description |
|---|---|
| InNotify | notification object to associate with the net driver |
| ConnectURL | remote ip:port of host to connect to |
| Error | resulting error string from connection attempt |