Navigation
API > API/Plugins > API/Plugins/MQTTCore > API/Plugins/MQTTCore/IMQTTClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFuture< bool > Publish
(
const FString& InTopic, |
Return true if the entire operation was successful (depends on QoS) | IMQTTClient.h | |
TFuture< bool > Publish
(
const FString& InTopic, |
Return true if the entire operation was successful (depends on QoS) | IMQTTClient.h |
Publish(const FString &, const TArray< uint8 > &, EMQTTQualityOfService, const bool)
Description
Return true if the entire operation was successful (depends on QoS)
| Name | Publish |
| Type | function |
| Header File | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/IMQTTClient.h |
| Include Path | #include "IMQTTClient.h" |
TFuture < bool > Publish
(
const FString & InTopic,
const TArray < uint8 > & InPayload,
EMQTTQualityOfService InQoS,
const bool bInRetain
)
Publish(const FString &, const FString &, EMQTTQualityOfService, const bool)
Description
Return true if the entire operation was successful (depends on QoS)
| Name | Publish |
| Type | function |
| Header File | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/IMQTTClient.h |
| Include Path | #include "IMQTTClient.h" |
TFuture < bool > Publish
(
const FString & InTopic,
const FString & InPayload,
EMQTTQualityOfService InQoS,
const bool bInRetain
)