An example of how to use Find in Blueprints to find blueprint call-sites of a specific function while ignoring similarly named functions, variables and comments. Demonstrates advanced search syntax. Applies to 5.3 and earlier engine versions. In 5.4 this is now improved as “Find References” in blueprint has an action to generate the class specific queries.
https://dev.epicgames.com/community/learning/tutorials/9VPB/unreal-engine-find-in-blueprints-finding-function-call-sites
3 Likes
Is there any way to do this with enum values? Like if I want to find all Set visibility calls where the input pin == Visible and the target is a widget?