Add call to parent function not working

To call a parent function, your class should be a child of another class containing that function.

In this case, your class derives from “Actor” (you can easily spot that at top right, on left of “Google” search box), which certainly doesn’t contain a event named “Event Fire”.