UE4Duino - Arduino to UE4 plugin Release!

Hi guys,

I need some help to get the plugin working. I tried all available plugin versions I could find here with 4.12 and 4.11:

UE4Duino4.9
UE4Duino_4_10
UE4Duino_Plgin
UE4Duin-versieGidi

If I put one of this folders under C:\Program Files (x86)\Epic Games\4.12\Engine\Plugins\MyPlugins it always shows the same message: Plugin UE4Duino failed to load because module UE4Duino does not appear to be compatible with the current version of the engine. The plugin may need to be recompiled.

So I tried this:

*Hello guys,
I recompiled UE4Duino for 4.12Preview and it works.
So here is the short instruction how to do it by yourself:

  1. Create new project in UE4.12
  2. Add new C++ class (None->next)
  3. Save project
  4. Close it
  5. Create folder “Plugins” in the project folder and put here UE4Duino plugin
  6. Open again your project and UE will ask you to recomplile UE4Duino plugin - you should press YES.
  7. When recompilation will be done, you can close UE and copy UE4Duino from that project to other project. It will work./]

I tried it again with all folders and both versions 4.11 and 4.12. It says The following modules are missing or build with a different version… Would you like to rebuild them now?
If I hit yes, this comes up:

Error: ProjectTitle could not be compliled. Try rebuilding from source manually.

I’m using Win10 64bit. Can someone help?

Thanks