Hi, I’m wondering how to control in-game events via JavaScript in the browser on a HTML5 build.
A very simple example would be a React component like <button onClick={this.toggleLight}>
that would toggle a light on / off in UE.
Is this easily doable? If so, is there a guide that goes into more detail?