I can't find my quit game function. Any advice?

I put a quit game function in one of my blueprint that activates once the player has three misses. I have been very busy for the last week or so and forgot where I put it. How can I find out which blueprint is calling the function to end the level when I test the game?

It’s a function that you made right?

Try opening another blueprint and creating just the node for the function. Then right click the node and select “find references.” Then, there should be a pair of goggles in the upper right of the search. Click on those and it should give you the option to find that node in any other blueprint you own.

Edit: This might take a few tries if you made it somewhere that only works in a certain kind of blueprint. Unclick “context sensitive” in the listing will also help.