Navigation
API > API/Runtime > API/Runtime/WebSockets
References
| Module | WebSockets |
| Header | /Engine/Source/Runtime/Online/WebSockets/Public/IWebSocketsManager.h |
| Include | #include "IWebSocketsManager.h" |
Syntax
class IWebSocketsManager
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IWebSocket > | Instantiates a new web socket for the current platform | ||
| void | InitWebSockets
(
TArrayView< const FString > Protocols |
Web sockets start-up: call before creating any web sockets | |
| void | Web sockets teardown: call at shutdown, in particular after all use of SSL has finished |