Navigation
API > API/Plugins > API/Plugins/WebSocketNetworking
Inheritance Hierarchy
- UNetConnection
- UWebSocketConnection
References
| Module | WebSocketNetworking |
| Header | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Public/WebSocketConnection.h |
| Include | #include "WebSocketConnection.h" |
Syntax
UCLASS (Transient, Config=Engine)
class UWebSocketConnection : public UNetConnection
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bChallengeHandshake | ||
| INetworkingWebSocket * | WebSocket |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UWebSocketConnection
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| INetworkingWebSocket * | GetWebSocket () |
||
| void | InitBase
(
UNetDriver* InDriver, |
||
| void | InitLocalConnection
(
UNetDriver* InDriver, |
||
| void | InitRemoteConnection
(
UNetDriver* InDriver, |
||
| FString | |||
| FString | LowLevelGetRemoteAddress
(
bool bAppendPort |
||
| void | LowLevelSend
(
void* Data, |
||
| void | ReceivedRawPacket
(
void* Data, |
||
| void | SetWebSocket
(
INetworkingWebSocket* InWebSocket |
||
| void | Tick
(
float DeltaSeconds |