Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UMinimalClient
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/MinimalClient.h |
| Include | #include "MinimalClient.h" |
| Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/MinimalClient.cpp |
bool Connect
&40;
FMinClientParms Parms,
FMinClientHooks Hooks
&41;
Remarks
Connects the minimal client to a server, with Parms specifying the server details and minimal client configuration, and passing back the low level netcode events specified by Hooks. Whether or not the connection kicked off successfully.
Parameters
| Name | Description |
|---|---|
| Parms | The server parameters and minimal client configuration. |
| Hooks | The delegates for hooking low level netcode events in the minimal client. |