How to modify Interface Event in Children?

Hey!
If you edit the Blueprint of a Child, you can do stuff between the Events from the Child, and the Parent, like in this Picture.

294636-beginplay.png

Can you do this with an Interface Call too?

294637-interface.png

As in, do some Stuff before Executing the Parent Script.

Thank you!

Okay, but how would I do that?

Yes. Interface function work like regular functions the difference is only how the functions are declared

In the child Blueprint you add the same existing event (EventPlayerInteract) and right click it and select “Add call to parent function”.

1 Like

Thank you! I was searching like everywhere, but didn’t think about the context menu, haha.