Navigation
API > API/Plugins > API/Plugins/MQTTCore > API/Plugins/MQTTCore/IMQTTCoreModule
| Type | Name | Description | |
|---|---|---|---|
| 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. |