How to find function by ID?

Hello

After compiling my blueprint I have bunch of warnings regarding nulls.

This is that these variables are not in functions, so how can I find to which variable exactly compiler is referring to?

I have 50 usage of this variable if not more, so adding null check to all is very time consuming.
At the end of warning, there is some id - can this be used to find that null instance?