How to call Parent's function from Blueprint?


I cant seem to find any parent’s function, not even the Parent: Begin Play itself.
if I ever accidentally deleted this “Parent: Begin Play” then how do I get it back?

Hey @amirullahizzan!

Don’t worry, that’s because you can’t duplicate events, only call them. If you delete “Parent: Begin Play” you’ll be able to find it doing exactly what you’re doing here. :slight_smile:

Hope that helps!

1 Like

Hey, thanks for the respond. I’m not sure what you mean by that.
I wasn’t able to find any "Parent: " nodes even when I deleted the Event, but I found out that right clicking an event has an option to “Add Call To Parent Action” and this is what I was looking for.