Finding Variable References for Blueprints

Hi. While working with Blueprints I notice the constant necessity to use ‘Find Variable References’; when there’s a lot of references in a graph I think would be a good addition to the Editor if we could look for a direct GET or SET list of a variable instead of having it all at the same search list. Something like this would be great I think:

Hi ,

You can get a list of the Gets or Sets for variables by right clicking for the context menu, then type get/set into the searchbar. For specific variables you can either left click the variable, then right click in the graph for the context menu option, or you can drag and drop the variable into the graph and it will specifically ask if you are looking for a get or a set node.

Wow, very good! Thanks!