You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
IoDispatcher: Added validation errors when using I/O store container files w/o Pak files.
Currently this is needed because I/O store container uses the same manifest/response files as Pak files. #jira UE-87370 #rb CarlMagnus.Nordin [CL 11128119 by Per Larsson in Dev-Core branch]
This commit is contained in:
+5
@@ -171,6 +171,11 @@ public:
|
||||
MakeValidationMessage(TEXT("Icons.Error"), LOCTEXT("NoArchiveDirectorySpecifiedError", "The archive step requires a valid directory.").ToString(), ELauncherProfileValidationErrors::NoArchiveDirectorySpecified)
|
||||
];
|
||||
|
||||
VertBox->AddSlot().AutoHeight()
|
||||
[
|
||||
MakeValidationMessage(TEXT("Icons.Error"), LOCTEXT("IoStoreRequiresPakFilesError", "UnrealPak must be selected when using I/O store container file(s)").ToString(), ELauncherProfileValidationErrors::IoStoreRequiresPakFiles)
|
||||
];
|
||||
|
||||
check(VertBox->NumSlots() == ELauncherProfileValidationErrors::Count);
|
||||
|
||||
ChildSlot[VertBox.ToSharedRef()];
|
||||
|
||||
Reference in New Issue
Block a user