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