The UObjectLibrary::RemoveObject function has mixed up logic inside of it that causes it to remove objects from the incorrect array. It currently removes from the Objects array if bUseWeakReferences is true and removes from the WeakObjects array if it is false. It should do the opposite of this.
Regression?: No
This was also the case in 4.13
No reproduction - Code issue
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Fix Commit | 3294753 |
---|---|
Main Commit | 3315211 |
Created | Jan 26, 2017 |
---|---|
Resolved | Feb 9, 2017 |
Updated | Apr 27, 2018 |