Find All References

Does anybody know if there’s a good way to Find All References to a class or struct within Visual Script graphs? For example, if my project has an Enemy class, and I want to find any/all usages of Enemy objects in events, units, etc., how would I do it?

Thank you!

Ya can’t. Unity need to implement a graph search functionality.

Thanks for the confirmation. I wonder if we can write our own - do we have access to the enough of the internals of UVS graph units to do so…