Navigation
API > API/Plugins > API/Plugins/MQTTCore > API/Plugins/MQTTCore/FMQTTURL
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMQTTURL () |
MQTTShared.h | ||
FMQTTURL
(
const FString& InHost, |
Construct from components. | MQTTShared.h |
FMQTTURL()
| Name | FMQTTURL |
| Type | function |
| Header File | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/MQTTShared.h |
| Include Path | #include "MQTTShared.h" |
FMQTTURL()
FMQTTURL(const FString &, const uint32, const FString &, const FString &, const EMQTTScheme)
Description
Construct from components.
| Name | FMQTTURL |
| Type | function |
| Header File | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/MQTTShared.h |
| Include Path | #include "MQTTShared.h" |
FMQTTURL
(
const FString & InHost,
const uint32 InPort,
const FString & InUsername,
const FString & InPassword,
const EMQTTScheme InScheme
)