UnityPlayer.UnitySendMessage(mGameObject, “CallFromJS”, message);
What there is no such feature in UE4. I want to easily call from WebBrowser!
UnityPlayer.UnitySendMessage(mGameObject, “CallFromJS”, message);
What there is no such feature in UE4. I want to easily call from WebBrowser!
There is messging system in UE4, but it not as used as messiging system in Unity , API refrence as pretty big docs about it
Other then that you need to use loops, don’t be too scared about it as message system most likely takes more more CPU instructions then normal looping. Also if you link array to “Target” in blueprints that function node will be called on all objects in array.
You mention webbrowser, you trying to use UE4 in HTML5 and calling via JS?
Yes! I trying to use UE4 in HTML5 and calling via JS.
It 's able to process messages in IMessageBus.
I see!
If postMessage of Html5, can communicate with HTML5 and UE4?
However , I can not C ++. About a little read . Are sample of IMessageBus is not it?
So troublesome , use the Get Title Text. This a good Home will …
The other to tell me if there is a good way also .