Add call to parent function not working

I was following [this][1] tutorial when I came across the part where you are supposed to add a call to parent function on Event Fire and Event Reload. I cant seem to find out why.

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”.

Thanks! I didn’t relise this and the tutorial I was following left that detail out

No problem, I hope you will have a great time with your progression.