Agrarsense
Unreal
Agrarsense
Source
Agrarsense
ROS
InfoTopic
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
6
UCLASS()
7
class AGRARSENSE_API
UInfoTopicBlueprint
: public UBlueprintFunctionLibrary
8
{
9
GENERATED_BODY()
10
11
public
:
12
13
UFUNCTION(BlueprintCallable, Category =
"Info Topic"
)
14
static
void
SendInfoMessageToROS(const FString& Message)
15
{
16
UInfoTopic::SendMessage
(Message);
17
}
18
};
InfoTopic.h
UInfoTopicBlueprint
Definition:
InfoTopicBlueprint.h:8
UInfoTopic::SendMessage
static void SendMessage(const FString &Message)
Definition:
InfoTopic.cpp:129
Generated by
1.9.4