Navigation
API > API/Plugins > API/Plugins/SocketSubsystemEOS
Inheritance Hierarchy
- UNetDriver
- UIpNetDriver
- UNetDriverEOSBase
References
| Module | SocketSubsystemEOS |
| Header | /Engine/Plugins/Online/SocketSubsystemEOS/Source/SocketSubsystemEOS/Public/NetDriverEOSBase.h |
| Include | #include "NetDriverEOSBase.h" |
Syntax
UCLASS (Transient, Config=Engine)
class UNetDriverEOSBase : public UIpNetDriver
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsPassthrough | ||
| bool | bIsUsingP2PSockets |
Functions
Overridden from UIpNetDriver
| Type | Name | Description | |
|---|---|---|---|
| int | Returns the port number to use when a client is creating a socket. | ||
| ISocketSubsystem * | |||
| bool | InitBase
(
bool bInitAsClient, |
||
| bool | InitConnect
(
FNetworkNotify* InNotify, |
||
| bool | InitListen
(
FNetworkNotify* InNotify, |
||
| bool | IsAvailable () |