Navigation
API > API/Runtime > API/Runtime/Stomp
Module for Stomp over WebSockets
| Name | FStompModule |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/Stomp/Public/StompModule.h |
| Include Path | #include "StompModule.h" |
Syntax
class FStompModule : public IModuleInterface
Implements Interfaces
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Singleton | FStompModule * | Singleton for the module while loaded and available | StompModule.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static 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. | StompModule.h |