[Suggestion] Filter unused variables in BP

We got some large Blueprints that grew over time, and we’ve now ended up with quite a few variables in all of them that are now longer used. It is quite a pain to rightclick them → find references, one by one.

I am looking for some kind of filter tool “show all unused variables” so I can quickly identify which ones are useless.

On the edit menu in Blueprint there is an option called “Delete unused variable”. Clicking that will remove all unused variables.

Nice, thanks!