ashea-code / BLUI

Rich HTML UI engine for UE4
MIT License
859 stars 259 forks source link

Example for RTCDataChannel? #70

Closed SkaveRat closed 8 years ago

SkaveRat commented 8 years ago

I'd love to do data transfer (send and receive) with RTCDataChannel, but I can't really grasp on how to do this in BLUI/UE4.

If I pass the channel back to UE4, what type will it be, if possible at all?

ashea-code commented 8 years ago

We don't really have something to nicely wrap a class of that type in UE4's C++ While I believe that it could be done, it's not something that's built into BLUI at the moment.