Navigation
API > API/Plugins > API/Plugins/MQTTCore
| Name | FMQTTSubscription |
| Type | struct |
| Header File | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/MQTTShared.h |
| Include Path | #include "MQTTShared.h" |
Syntax
struct FMQTTSubscription
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMQTTSubscription
(
const FMQTTTopic& InTopic, |
Construct from path. | MQTTShared.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnSubscriptionMessage | TMulticastDelegate_OneParam< void, const FMQTTClientMessage & > | MQTTShared.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GrantedQoS | EMQTTQualityOfService | MQTTShared.h | ||
| OnSubscriptionMessageDelegate | FOnSubscriptionMessage | MQTTShared.h | ||
| Topic | FMQTTTopic | MQTTShared.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EMQTTQualityOfService GetGrantedQoS() |
MQTTShared.h | ||
const FMQTTTopic & GetTopic() |
MQTTShared.h | ||
bool IsValid() |
Gets the validity of the Subscription. | MQTTShared.h | |
| MQTTShared.h | |||
FOnSubscriptionMessage & OnSubscriptionMessage() |
MQTTShared.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MQTTShared.h |