getnamo / BLUI-Unreal

CEF based HTML UI for the Unreal Engine.
MIT License
367 stars 74 forks source link

5.3 blu_event #95

Open HerrDrFink opened 1 month ago

HerrDrFink commented 1 month ago

I tried to subscribe the ScriptEventEmitter like in the Demo. But it seams not to work in UE 5.3.

Update: After debugging the event i regonize that the Type & the Name etc. keeps "Empty". With a for loop i stored all the Strings in a array. But also there all values are empty.

{8BCAA65E-1149-43F6-B328-7CB3174E9ABF}

getnamo commented 1 month ago

are you emitting it via blu_event?

check if you're stringifying before emitting or not, there's a particular way to emit correctly (see examples)