Navigation
API > API/Plugins > API/Plugins/WebSocketMessaging
Interface to provide information on the web socket messaging transport.
| Name | IWebSocketMessagingModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/WebSocketMessaging/Source/WebSocketMessaging/Public/IWebSocketMessagingModule.h |
| Include Path | #include "IWebSocketMessagingModule.h" |
Syntax
class IWebSocketMessagingModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetServerPort() |
Returns the current server port, either from settings or command line. | IWebSocketMessagingModule.h | |
bool IsTransportRunning() |
Returns true if the transport is currently running. | IWebSocketMessagingModule.h |