Using brackets in event names doesn't allow any form of variable allocation in UE4 (Bug Report)

Unsure if this is intentional but if you use a bracket symbol in the name of an event you can’t then use that event in any way in UE4. Just thought this might be of use to someone at some point as I couldn’t find the problem reported anywhere else!
Also couldn’t find anywhere to submit a bug report.

Thanks for reporting this issue, we will look into this.

This is the best place to report any issues or bugs.

After looking into it further, it looks like you aren’t able to use brackets (or most special symbols) in event/bus/snapshot names in UE4. This is because we create uassets for these objects and uassets cannot have special symbols in their names.

Unfortunately there isn’t anything we can do about this as it is how UE4 works.