Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UNetConnection
- UIpConnection
- UDisplayClusterNetConnection
- USteamNetConnection
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/IpConnection.h |
| Include | #include "IpConnection.h" |
Syntax
UCLASS (Transient, Config=Engine)
class UIpConnection : public UNetConnection
Remarks
A state system of the address resolution functionality.
Variables
| Type | Name | Description | |
|---|---|---|---|
| friend | FIpConnectionHelper | ||
| FSocket * | Socket | This is a non-owning pointer to a socket owned elsewhere, IpConnection will not destroy the socket through this pointer. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UIpConnection
(
const FObjectInitializer& ObjectInitializer |
UIpConnection |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CleanUp () |
||
| void | Disables address resolution by pushing the disabled flag into the status field. | ||
| FSocket * | GetSocket () |
Gets the cached socket for this connection. | |
| float | |||
| void | HandleConnectionTimeout
(
const FString& ErrorStr |
Handles a NetConnection timeout. | |
| void | |||
| void | InitLocalConnection
(
UNetDriver* InDriver, |
||
| void | InitRemoteConnection
(
UNetDriver* InDriver, |
||
| FString | |||
| FString | LowLevelGetRemoteAddress
(
bool bAppendPort |
||
| void | LowLevelSend
(
void* Data, |
||
| void | ReceivedRawPacket
(
void* Data, |
||
| void | Tick
(
float DeltaSeconds |
||
| void | If CVarNetIpConnectionUseSendTasks is true, blocks until there are no outstanding send tasks. |