Navigation
API > API/Plugins > API/Plugins/WebSocketNetworking
| Name | UWebSocketConnection |
| Type | class |
| Header File | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Public/WebSocketConnection.h |
| Include Path | #include "WebSocketConnection.h" |
Syntax
UCLASS (MinimalAPI, Transient, Config=Engine)
class UWebSocketConnection : public UNetConnection
Inheritance Hierarchy
- FExec → UPlayer → UNetConnection → UWebSocketConnection
- UObjectBase → UObjectBaseUtility → UObject → UPlayer → UNetConnection → UWebSocketConnection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UWebSocketConnection
(
const FObjectInitializer& ObjectInitializer |
WebSocketConnection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bChallengeHandshake | bool | WebSocketConnection.h | ||
| WebSocket | INetworkingWebSocket * | WebSocketConnection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
INetworkingWebSocket * GetWebSocket() |
WebSocketConnection.h | ||
void SetWebSocket
(
INetworkingWebSocket* InWebSocket |
WebSocketConnection.h |
Overridden from UNetConnection
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void InitBase
(
UNetDriver* InDriver, |
WebSocketConnection.h | ||
virtual void InitLocalConnection
(
UNetDriver* InDriver, |
WebSocketConnection.h | ||
virtual void InitRemoteConnection
(
UNetDriver* InDriver, |
WebSocketConnection.h | ||
virtual FString LowLevelDescribe() |
WebSocketConnection.h | ||
virtual FString LowLevelGetRemoteAddress
(
bool bAppendPort |
WebSocketConnection.h | ||
virtual void LowLevelSend
(
void* Data, |
WebSocketConnection.h | ||
virtual void ReceivedRawPacket
(
void* Data, |
WebSocketConnection.h | ||
virtual void Tick
(
float DeltaSeconds |
WebSocketConnection.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void FinishDestroy() |
WebSocketConnection.h |