Anyone know? Thanks
I don’t know what you mean by one way nodes. Can you re-add the custom event with the same name? Maybe you need to override something (hover over FUNCTIONS in the “My Blueprint” tab.
Hey @usa423
do you mean the ones that are always there? E.g. EventBeginPlay or EventTick? You can add them back with right click in the EventGraph and search for their names.
I was under the impression that deleting the red node completely removed the custom event, but the functions that referenced it just don’t get deleted. Undo delete is the only way I know of getting it back.
When you do a “add custom event” You get a red colored node that you name whatever (yes it looks like begin play but it is a custom event). Then you just right click and call whatever you named it and you get a blue node that has an exec input and output. This has to be hooked up or the red node will not fire. The question was, if that red node gets deleted, can it be gotten back? Or should just another custom event be made?
Ok thank you.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.