[QUOTE=Lightnet;224644]
Here an example:
custom add string to add together to make up something like this:
AddList(‘{name:“item”,drop:false,used:false}’);
When try to get unreal to web that it display nothing. When I try the and it didn’t work.
This is from web.
function AddList(stringdata){
myObject = .parse(stringdata);
console.log(myObject .name)
}
It didn’t display any text when I custom and check if the string would display the name.
When I do fullscreen or window or expand for border mode the HUD seem off as fixed on the preset settings.
Hello again, you should take a look at the remote debugger on port 7777
(open the editor, and hit run to start the web view. Then go to http://localhost:7777)
However, your issue is you did not put quotes around your property names like so:
{“name”:“item”,“drop”:false,“used”:false}
As for the issue with re-sizing, BLUI does not support re-sizing on the fly (yet!) but that’s on the list of things to add. Ensure you spawn with the max width and height you want so you know you can scale without issue