I made a template/parent for my doors.
they are triggered by a press e interact interface.
Now i might messed things up. I
have one door (Child) that i added quite a bit of code to and its triggered with the same interact interface.
I cant figure out if i can disable the childs eventgraph once the events is done (it unlocks the door) and get back to the parent eventgraph so i can do the normal open/close door function?
Right click the child’s event node and you’ll see it. Add the parent call after your child blueprint’s code if you want to unlock (child) and then open/close the door (parent).