Branch:Source build from GitHub 4.7 Branch fa09da4 20 hours old at this time.
Build version: 4.7.3-0+++depot+UE4-Releases+4.7
Using this version due to UE-11185.
I have ran in to a at this time minor issue where in if you collapse a number of nodes to a function and these nodes contain a function from same FunctionLibrary and re expand them. functions that are in same blueprint are missing.
100% Repro Steps:
Brand new project
- Create a new function library
- Create 2 new functions
- make NewFunction_0 call function NewFunction_1
- right click NewFunction_1 Colapse to function (creating NewFunction_2)
- Right Click NewFunction_2 expand Graph.
further information:
any other nodes will re expand properly(values etc.) any functions from other BP’s will properly be recreated.
let me know if i can provide any further info etc.
Screenshots: excessive Nodes are to empisise where missing function is.