Navigation
API > API/Plugins > API/Plugins/MQTTCore > API/Plugins/MQTTCore/IMQTTCoreModule
Overloads
| 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 |
GetOrCreateClient(bool)
Description
Get or creates an MQTT client that uses the project default URL. An existing client is returned for a matching URL.
| Name | GetOrCreateClient |
| Type | function |
| Header File | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/IMQTTCoreModule.h |
| Include Path | #include "IMQTTCoreModule.h" |
TSharedPtr < IMQTTClient , ESPMode::ThreadSafe > GetOrCreateClient
(
bool bForceNew
)
GetOrCreateClient(const FMQTTURL &, bool)
Description
Creates an MQTT client from a URL. An existing client is returned for a matching URL. bForceNew = recreate if existing
| Name | GetOrCreateClient |
| Type | function |
| Header File | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/IMQTTCoreModule.h |
| Include Path | #include "IMQTTCoreModule.h" |
TSharedPtr < IMQTTClient , ESPMode::ThreadSafe > GetOrCreateClient
(
const FMQTTURL & InURL,
bool bForceNew
)