How get a parent node back?

Hi,

I had deleted the** parent:constructionscript** node in one of my BPs, because the parent didnt do anything in the construction script.

parentnode.JPG

Now I have reparented the BP and the new parent actually does something.
How can I get this node back? Its not showing up in the context menu (context sensitive, or not). Also in the palette it cant be found.
Copying it from another BP does not work.

Cheers,
Klaus

PS: Or, in a more general question: How to call inherited parent BP functions ?

If you right click on a Function node, it will display an option for “Add call to Parent Function” if it is available.

You should always call the Parent unless you absolutely know why you shouldnt be doing it.

9 Likes

parent.pngRight Click the construction choose Add call to parent function.

12 Likes