Navigation
API > API/Plugins > API/Plugins/MQTTCore > API/Plugins/MQTTCore/FMQTTTopic
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsValid () |
Gets the validity of the Topic. | MQTTShared.h | |
| Gets the validity of the input Topic. | MQTTShared.h |
IsValid()
Description
Gets the validity of the Topic.
| 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 |
virtual bool IsValid() const
IsValid(const FString &)
Description
Gets the validity of the input Topic.
| 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 |
static bool IsValid
(
const FString & InTopic
)