Navigation
API > API/Plugins > API/Plugins/MQTTCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMQTTSubscriptionObject
References
| Module | MQTTCore |
| Header | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/MQTTClientObject.h |
| Include | #include "MQTTClientObject.h" |
Syntax
UCLASS&40;BlueprintType, Meta&61;&40;DisplayName&61;"MQTT Subscription"&41;&41;
class UMQTTSubscriptionObject : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnMessageDelegate | OnMessageDelegate |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
const TSharedPtr< FMQTTSubscription, ESPMode::ThreadSafe >& InSubscription |
Initialize from C++ subscription | |
| bool | IsValid () |
||
| void | SetOnMessageHandler
(
const FOnMessageDelegate& OnMessageCallback |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnMessageDelegate |