Navigation
API > API/Plugins > API/Plugins/MQTTCore > API/Plugins/MQTTCore/FMQTTURL
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid () |
Gets the validity of the URL. | MQTTShared.h | |
| Gets the validity of the URL with message. | MQTTShared.h |
IsValid()
Description
Gets the validity of the URL.
| Name | IsValid |
| Type | function |
| Header File | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/MQTTShared.h |
| Include Path | #include "MQTTShared.h" |
| Source | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Private/MQTTShared.cpp |
bool IsValid() const
IsValid(FText &)
Description
Gets the validity of the URL with message.
| Name | IsValid |
| Type | function |
| Header File | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/MQTTShared.h |
| Include Path | #include "MQTTShared.h" |
| Source | /Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Private/MQTTShared.cpp |
bool IsValid
(
FText & OutMessage
) const