BLUI-Unreal
BLUI-Unreal copied to clipboard
5.3 blu_event
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.
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)
I also tried it by upgrading the Demo Unreal Project to 5.3 & test it with the example website.
having the same issue