RVillani / UE4Duino

Unreal Engine 4 plugin for COM communication on Windows
MIT License
287 stars 73 forks source link

Test code to call ArdunioTypesExamples #1

Closed korkam closed 4 years ago

korkam commented 7 years ago

Hi RVillani,

First, thank you so much for your efforts in linking unreal with arduino.

I'm able to add the plugin and verify the nodes. Now I'd like to read from the arduino, using the test BP you made. My question is, for a first person shooter type game, where would you store this arduino BP? Do you have it in the player controller, game mode or elsewhere?