Navigation
API > API/Plugins > API/Plugins/WebSocketNetworking
Interface for the WebSocketNetworking module.
| Name | IWebSocketNetworkingModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Public/IWebSocketNetworkingModule.h |
| Include Path | #include "IWebSocketNetworkingModule.h" |
Syntax
class IWebSocketNetworkingModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IWebSocketNetworkingModule() |
IWebSocketNetworkingModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< INetworkingWebSocket > CreateConnection
(
const FInternetAddr& ServerAddress |
Create a WebSocket client connection. | IWebSocketNetworkingModule.h | |
TUniquePtr< IWebSocketServer > CreateServer() |
Create a WebSocket server. | IWebSocketNetworkingModule.h |