Lage name on binding event?

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:
WorkaroundOverride

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.

Hey @Doc.gdi!

As far as I know, what you’ve got is the way around it. Because you’re overriding it’s explaining exactly what it’s overriding within the title, down to the best detail it can get, as an automatic function. If you wanted, you could right click it and use “Collapse Graph” to make it smaller, but I wouldn’t recommend doing that unless you’re taking the entire event into a collapsed graph. :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.