Packaging returns error with Inclusive Blueprint Nativization

When I add a custom event and name it like Trigger “Explode” Event the error heppens…
So to be clear, the name of event is Trigger “Explode” Event.

Packaging returns error with massage: ERROR: Missing syntax “)” before pointer “Event”

I had no idea what was happening but I changed the name of that custom event to Trigger Explode Event and it worked…

I just want to know why there was a problem with “” in the name of custom event.
Tnx :slight_smile:

I heard in another post that function names with quotes in them don’t compile very well in C++
In fact I don’t think it’s a valid syntax in C++ to do that.