rclUE
Public Attributes | List of all members
UROS2ActionClientComponent Class Reference

ROS2 Action client Component. Wrapper of UROS2ActionClient for BP. More...

#include <ROS2ActionClient.h>

Inheritance diagram for UROS2ActionClientComponent:
Inheritance graph
[legend]
Collaboration diagram for UROS2ActionClientComponent:
Collaboration graph
[legend]

Public Attributes

UROS2ActionClientActionClient = nullptr
 
FString ActionName = TEXT("")
 this is pass to UROS2ActionClient::ActionName in #BeginPlay More...
 
TSubclassOf< UROS2GenericActionActionClass
 this is pass to UROS2ActionClient::ActionClass in #BeginPlay More...
 
UROS2QoS CancelQoS = UROS2QoS::Services
 this is pass to UROS2ActionClient::CancelQoS in #BeginPlay More...
 
UROS2QoS GoalQoS = UROS2QoS::Services
 this is pass to UROS2ActionClient::GoalQoS in #BeginPlay More...
 
UROS2QoS ResultQoS = UROS2QoS::Services
 this is pass to UROS2ActionClient::ResultQoS in #BeginPlay More...
 
UROS2QoS FeedbackQoS = UROS2QoS::Default
 this is pass to UROS2ActionClient::FeedbackQoS in #BeginPlay More...
 

Detailed Description

ROS2 Action client Component. Wrapper of UROS2ActionClient for BP.

UCLASS(Blueprintable, BlueprintType, ClassGroup = (Custom), meta = (BlueprintSpawnableComponent))

Member Data Documentation

◆ ActionClass

TSubclassOf<UROS2GenericAction> UROS2ActionClientComponent::ActionClass

◆ ActionClient

UROS2ActionClient* UROS2ActionClientComponent::ActionClient = nullptr

◆ ActionName

FString UROS2ActionClientComponent::ActionName = TEXT("")

◆ CancelQoS

UROS2QoS UROS2ActionClientComponent::CancelQoS = UROS2QoS::Services

◆ FeedbackQoS

UROS2QoS UROS2ActionClientComponent::FeedbackQoS = UROS2QoS::Default

◆ GoalQoS

UROS2QoS UROS2ActionClientComponent::GoalQoS = UROS2QoS::Services

◆ ResultQoS

UROS2QoS UROS2ActionClientComponent::ResultQoS = UROS2QoS::Services

The documentation for this class was generated from the following file: