socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

Compatibilizing with C++ and Unreal Engine?

Open LogicPy opened this issue 1 year ago • 1 comments

Hi friends. I'm currently building an Unreal Engine project, and just so you know, I'm aware of the plugin version of socket.io.

I don't want to include socket.io as a separate plugin because I'd like to release my plugin with the socket.io's network connectivity within my source files (and when you upload a new plugin to the marketplace, you can only have one uplugin file per upload) (meaning I'd like to condense it all into one plugin file for Unreal Engine). However, currently I'm facing a problem with installing the Windows SDK to work with my socket.io files.

I'm trying to figure out which SDK works best with socket.io. Because, I'm getting a bunch of compiler errors within my Visual Studio for Winsock files... Any help is appreciated.

Thanks friends!

LogicPy avatar Feb 18 '24 05:02 LogicPy

Did you find any solution? Does this library integrate with Unreal Engine?

shahzealc avatar Apr 17 '25 08:04 shahzealc