How do I delete a function that I override

I accidentally override a function and as a workaround I just call the parent for now, but I’d like to change that.

How do I delete my ‘overriding’?

How can I find functions, that I override? They don’t show up on the left panel.

If you override a function that has no return values it becomes an event in your EventGraph, and added to the left panel under Graphs → EventGraph

Otherwise overridden functions should appear on the left panel as you expect.

No unfortunately they don’t appear on the left panel. The amount of overridable functions decrease, when I do something, but the function itself doesn’t show up. I can only find the function by using that search panel on the bottom of the application.

I also encounter that same issue with the FindplayerStart function.
My advice will be to return the overridden function to its default state which should fix whatever error you are getting.

I had the same issue with an Interface event. A solution that worked for me is to convert the overwritten function to an event. I did that by going to the overwritten function on the left side panel, right click, convert function to event. Then I had to drag the event from the panel and reconnect it.
image