Blueprint Search: Finding Specific Struct Variable Usage

Hello,

I would like to find where a specific variable within a struct is being get or set in Unreal Engine 5’s Blueprint. However, when I use the default search function in the editor, it shows all instances where the struct is used, not just the specific variable. This makes it inconvenient to locate only the relevant usages.

Is there a way to search only for instances where a specific variable is used?

If the default editor does not provide this functionality, I would also like to know if there is a plugin that can help with this.

Thank you!