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
error message when install in U.E 5.3 - IS-IN-FCO2-82
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How can i modify the param name in EQS node
How to achieve HLSL Multiple Render Target in Material blueprints?
How does UMG set overlapping layouts?
How does TextureRenderTarget2D get TArray<uint8> type data?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
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 |