Hi all.
I have a massive function library which I have used for too many things, and it drags a bunch of unnecessary stuff with it when I try to migrate any actor which calls upon it.
I want to take some of those functions and move them to new, smaller, and more specific function libraries, to improve the modularity and decrease unnecessary dependencies.
I have learned that I can copy and paste functions from one library to another – which is super neat.
But is there a clever way to update all the references as well? i.e. to quickly find all the places where the old function is called, and then replace it with the new function?
Cheers.
Jackson.
UE5.2