DK_Buzzin
(DK_Buzzin)
January 14, 2021, 9:56am
211
I’m not aware of any UE4 code plugin working with HTML5. If there is documentation on how to get that working I’d be interested to see it. The plugin so far supports Windows and Linux platforms, but it’s open source so if any contributors get something working, consider making a pull request and I’ll include it.
Your best bet at this time would probably to use inbuilt UE4 get/post html commands.
https isn’t currently supported (use http) due to a bug in the underlying library which requires OpenSSL to be compiled in and use two different paths based on endpoints. Issue is currently tracked here https://github.com//socketio-…-ue4/issues/39
Super unfortunate that Socket.IO isn’t compiled to work with HTML5. I know that Low Entry plugins have been made to work with HTML5 packaging and use. However, its 2021 and socket fits more use cases than standard rest API’s.