Hey guys… I got this error when I tried to test my compiled game…
Anyone know about this?
Hey guys… I got this error when I tried to test my compiled game…
Anyone know about this?
I got a fix for this… But you need to download the Unreal Source and use Visual Studio
Little Tutorial
Open your Engine\Source\Runtime\CoreUObject\Private\Misc\PackageName.cpp
and find a function called: FString FPackageName::FilenameToLongPackageName(const FString& InFilename)
At the very beginning after the first “{” write this little piece of code:
if (InFilename.IsEmpty()){return “\n”;}
Save and compile your engine
After this just open the project and compile again =)
Thx for truefranco, for this help
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.