IWebSocketServer

Windows
MacOS
Linux

References

Module

WebSocketNetworking

Header

/Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Public/IWebSocketServer.h

Include

#include "IWebSocketServer.h"

Syntax

class IWebSocketServer

Destructors

Name Description

Public function Virtual

~IWebSocketServer()

Functions

Name Description

Public function

FString

 

Info()

Describe this libwebsocket server

Public function

bool

 

Init

(
    uint32 Port,
    FWebSocketClientConnectedCallBack C...
)

Initialize the server and start listening for messages.

Public function

void

 

Tick()

Tick the server.

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