Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://eagle3dstreaming.atlassian.net/l/c/VcBU1G1R

Overview

...

Part1:
Receiving data from Unreal App to webpage

From UE4 App, if you send any json object that doesn't contain type property, it will be catched window.e3ds.onEvent function.
You can send json object like the following:

...

Now, what you want to do is upto you. You can always leave a message on our support center if you have any questions regarding this.

...

Part1:
Sending data from webpage to Unreal App

From Javascript client page:

...