Navigation
API > API/Runtime > API/Runtime/Stomp
Inheritance Hierarchy
- IModuleInterface
- FStompModule
References
| Module | Stomp |
| Header | /Engine/Source/Runtime/Online/Stomp/Public/StompModule.h |
| Include | #include "StompModule.h" |
Syntax
class FStompModule : public IModuleInterface
Remarks
Module for Stomp over WebSockets
Functions
| Type | Name | Description | |
|---|---|---|---|
| FStompModule & | Get () |
Singleton-like access to this module's interface - this is just for convenience! Beware of calling this during the shutdown phase, since yuor module might have been unloaded already. |
Constants
| Name | Description |
|---|---|
| Singleton | Singleton for the module while loaded and available |