Navigation
API > API/Plugins > API/Plugins/MQTTCore
References
| Module | MQTTCore |
| Header | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/MQTTShared.h |
| Include | #include "MQTTShared.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMQTTURL
Remarks
Mqtt[s]://[username][:password].domain[:port]
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFlaggedInvalid | ||
| FString | Host | ||
| FString | Password | ||
| int32 | Port | Default port is 1883 for MQTT scheme, 8883 for MQTTS. | |
| EMQTTScheme | Scheme | ||
| FString | Username |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMQTTURL () |
|||
FMQTTURL
(
const FString& InHost, |
Construct from components. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMQTTURL | FromString
(
const FString& InURL |
Parses the input string. | |
| bool | GetAddress
(
ISocketSubsystem* InSocketSubsystem, |
||
| bool | IsValid () |
Gets the validity of the URL. | |
| bool | Gets the validity of the URL with message. | ||
| void | SetInvalid () |
Flags this URL as invalid. | |
| FGuid | ToGuid () |
Deterministic FGuid based on the URL. | |
| FString | ToString () |
Get the URL as a string. |