Hi all,
I was wondering if its possible to replace all references of an event to a function i made?
for example I have a custom event called Resetbooleans. On almost all my blueprints I call this at the end of the blueprint.
I then created a function version of this called Resetallbooleans, just to make things tidier.
Is there anyway I can replace all the references to the custom event with the function or do I need to go through each one manually and replace it?