IWebSocketsManager

Windows
MacOS
Linux

References

Module

WebSockets

Header

/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocketsManager.h

Include

#include "IWebSocketsManager.h"

Syntax

class IWebSocketsManager

Destructors

Name Description

Public function Virtual

~IWebSocketsManager()

Virtual destructor

Functions

Name Description

Public function

TSharedRef< ...

 

CreateWebSocket

(
    const FString& Url,
    const TArray< FString >& Protocols,
    const TMap< FString, FString >& Up...
)

Instantiates a new web socket for the current platform

Public function

void

 

InitWebSockets

(
    TArrayView< const FString > Protoco...
)

Web sockets start-up: call before creating any web sockets

Public function

void

 

ShutdownWebSockets()

Web sockets teardown: call at shutdown, in particular after all use of SSL has finished

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss