Blueprint Local Variables are Unique?

I’m not certain I understand. It looks like you’re using one function with 3 local variables, and using function multiple times. Each time function is called, those variables are set to new values you give them. Are you expecting something different?

issue described in this post are regarding local variables that have same name in different functions. I don’t see that happening in your example.