So I’ve been working on this issue for months now, and have finally decided to make a post about it because its driving me crazy. My mate and I have been working on a project dealing with lighting software protocol called ArtNet which currently were receiving data from via a hacked up C++ to C# socket setup that is very very very unreliable and a major performance hit because the data is constantly streaming at very high rates. We want to cut the over head and bring the data directly in to Unreal, however the only library that we’ve been able to find that will compile under windows is this C# library
What we would like to know is is there any way at all to make this dll work with our existing C++ code to bring the data into the blueprint scripting interface via blueprint callable? Any assistance would be greatly appriciated this has been an issue going on now for about 4 months now we’ve been trying to find a better solution and this is the only avenue that we could think of to bring the data directly in via library and cut networking overhead.