ashea-code / BLUI

Rich HTML UI engine for UE4
MIT License
860 stars 258 forks source link

Adding BluI instance during Event Possessed #59

Open paultech opened 8 years ago

paultech commented 8 years ago

Simple enough. Creating a BLUI instance during a Event Possessed of a pawn (Player pawn to be exact) results in LogBlu:Warning: NO BROWSER ACCESS OR NOT ENABLED

No other information is provided regarding why the failure occurred. Attempted adding Delay node in case of startup delay of the blui process to no avail. Also attempted to setup the BluI instance during the constructor, same results.

blui

paultech commented 8 years ago

Strange issue. Some tweaks to logging showed the instance was not being enabled.

However dragging the pins from the SET(promote to variable) to the set enabled/height/width corrected the issue. It appears the SET is doing a copy of the instanced object instead of pointing via reference. This seems to be undesirable