Description

Two local variables with the same name in two different functions still interact with each other in some way. This was reported in TTP 346132 and fixed in that case, but currently if a local variable is in use in one function, a local variable with the same name in a different function cannot change its type, which would normally indicate that it is in use.

Steps to Reproduce

1. Launch: UE4Editor.exe (any project)
2. Open a Blueprint
3. Create a new Function (FunctionOne)
4. Create a Local Variable named TestVar
5. Add a Get TestVar to the FunctionOne graph
6. Create a new Function (FunctionTwo)
7. Create a Local Variable named TestVar

Results:
The variable type of the new Local Variable in the second function cannot be changed while the Local Variable with the same name is in use in the first function

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

0
Login to Vote

Cannot Reproduce
ComponentUE - Gameplay - Blueprint
Affects Versions4.5.14.7
CreatedNov 6, 2014
ResolvedDec 9, 2014
UpdatedApr 27, 2018