At line 610 in Linker.cpp, the following declaration is made:
UPackage* FilenamePkg = (ExistingPackage ? ExistingPackage : CreatePackage(nullptr, *PackageNameToCreate)); if (FilenamePkg != ExistingPackage && (LoadFlags & LOAD_PackageForPIE)) { FilenamePkg->SetPackageFlags(PKG_PlayInEditor); }
FilenamePkg is used and then later tested against nullptr, although CreatePackage can return a nullptr if a null or "none" name is provided.
N/A Code issue
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Foundation - Core |
---|---|
Affects Versions | 4.13, 4.14 |
Target Fix | 4.15 |
Fix Commit | 3186670 |
---|---|
Main Commit | 3208270 |
Created | Nov 3, 2016 |
---|---|
Resolved | Nov 4, 2016 |
Updated | Apr 27, 2018 |