Access the Emotiv Community-SDK (https://github.com/Emotiv/community-sdk) in UnrealEngine 4 via C++
Compatibility:
- UE 4.12.5
 - win32, win64
 - Emotiv Insight, Epoc, Epoc+
 
Install:
- Copy Folder to YourProject's Plugin folder (create if not there)
 - In YourProject's .Build.cs, add "EmotivPlugin" to the PrivateDependencyModuleNames
 - Use Emotiv Community-SDK accordingly to Emotiv's C++ examples in the Community-SDK (https://github.com/Emotiv/community-sdk/tree/master/examples/C%2B%2B)