Hi,
I’m trying to package a plug-in that has this line of code and throws the error shown in the topic.
FPakPlatformFile* PakFileMgr = (FPakPlatformFile*)(FPlatformFileManager::Get().FindPlatformFile(TEXT("PakFile")));
Packaging the complete project works without any problems, building it in VS is also not a problem.
The solution to include using System.IO;
that I found is not working (anymore?) in 5.4.4.
Is there any solution to this?
Thanks,
Matthias