Navigation
API > API/Plugins > API/Plugins/MQTTCore
Inheritance Hierarchy
- IModuleInterface
- IMQTTCoreModule
References
| Module | MQTTCore |
| Header | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/IMQTTCoreModule.h |
| Include | #include "IMQTTCoreModule.h" |
Syntax
class IMQTTCoreModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMQTTCoreModule & | Get () |
Singleton-like access to this module's interface. | |
| int32 | GetClientNum () |
||
| TSharedPtr< IMQTTClient, ESPMode::ThreadSafe > | GetOrCreateClient
(
bool bForceNew |
Get or creates an MQTT client that uses the project default URL. | |
| TSharedPtr< IMQTTClient, ESPMode::ThreadSafe > | GetOrCreateClient
(
const FMQTTURL& InURL, |
Creates an MQTT client from a URL. |