|
RoveSoSimulator
|
Blueprintable wrapper class for RoveCommUDP to allow usage in Unreal Engine Blueprints. More...
#include <RoveCommUDPWrapper.h>


Public Member Functions | |
| bool | InitUDPSocket (int32 Port) |
| int | SendPacket (URoveCommPacketWrapper *Packet, const FString &IPAddress, int32 Port) |
| void | CloseUDPSocket () |
| TArray< float > | GetDrivePowersCopy () |
| TArray< uint8 > | GetLEDPanelRGBColorsCopy () |
| int32 | GetRoveCommFPS () |
Public Attributes | |
| FDriveDataReceived | OnDriveDataReceived |
| FLEDPanelDataReceived | OnLEDPanelDataReceived |
Protected Attributes | |
| rovecomm::RoveCommUDP * | RoveCommUDPInstance |
Blueprintable wrapper class for RoveCommUDP to allow usage in Unreal Engine Blueprints.