widget:CallBlueprintEvent("doStuff", nil, "hey")
Passing nil parameters currently causes an error. It would be much easier if, when we send a nil parameter, the parameter is simply null (or default value) blueprint-side without any error.