Agrarsense
InfoTopicBlueprint.h
Go to the documentation of this file.
1#include "Kismet/BlueprintFunctionLibrary.h"
2#include "InfoTopic.h"
3
4#include "InfoTopicBlueprint.generated.h"
5
6UCLASS()
7class AGRARSENSE_API UInfoTopicBlueprint : public UBlueprintFunctionLibrary
8{
9 GENERATED_BODY()
10
11public:
12
13 UFUNCTION(BlueprintCallable, Category = "Info Topic")
14 static void SendInfoMessageToROS(const FString& Message)
15 {
17 }
18};
static void SendMessage(const FString &Message)
Definition: InfoTopic.cpp:129