Navigation
API > API/Plugins > API/Plugins/WebSocketMessaging
Inheritance Hierarchy
- IModuleInterface
- IWebSocketMessagingModule
References
| Module | WebSocketMessaging |
| Header | /Engine/Plugins/Experimental/WebSocketMessaging/Source/WebSocketMessaging/Public/IWebSocketMessagingModule.h |
| Include | #include "IWebSocketMessagingModule.h" |
Syntax
class IWebSocketMessagingModule : public IModuleInterface
Remarks
Interface to provide information on the web socket messaging transport.
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Returns the current server port, either from settings or command line. | ||
| bool | Returns true if the transport is currently running. |