以下のコマンドでパッケージビルドを作成しました。
- RunUAT.bat BuildCookRun -project=EXSAMPLE_UPROJECT -noP4 -platform=Win64 -clientconfig=Development -target=Scone -cook -build -stage -pak -partialgc -compile -stagingdirectory=..\..\Build"
<br/>
すると以下のエラーが発生します。
- LogWindows: Error: appError called: Can’t save C:/Exsample_Project/Saved/Cooked/Windows/Exsample_Project/Content/MR/Maps/Test/L_TestMap.umap: export (/Game/Maps/TestMap/Levels/L_TestMap.L_TestMap:PersistentLevel.B_EliminationAreaActor_TwoWalls_C_UAID_9C6B004F90F4C35002_0fcf68dbd33f227a_1916365474) has a reference to import (TrashedPackage_3486.LevelInstance_TestMap:PersistentLevel.ConditionalAreaWallMeshActor_UAID_9C6B004F90F4C35002_1916388475), but the import is in ExternalPackage (TrashedPackage_3489) which was marked unsaveable.
<br/>
このエラー内容が何を指しているのか分からないのですが、これはどういったエラーでしょうか?
何卒宜しくお願い致します。