Hi to all. I was using a component with deletated events so it can be called from the owner actor. But when I try to override it in a child class it just has a very large weird name. I avoided by creating custom events and overriding the custom events instead of the actual binding function. Here is an example.
The event from the component:
The same event when overriding:
Workaround redirecting to a custom event:
Custom event overriding:

Just wondering if is just what it is and have to use that workaround or if there’s some way to avoid the node to get that long.


