You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Downgrading a warning until UE-41908 is fixed
#jira UE-41755 #rb none #lockdown Nick.Penwarden [CL 3299716 by Jamie Dale in Main branch]
This commit is contained in:
@@ -202,7 +202,7 @@ void FTextHistory_Base::SerializeForDisplayString(FArchive& Ar, FTextDisplayStri
|
||||
{
|
||||
const FString CurPackageNamespace = TextNamespaceUtil::ExtractPackageNamespace(Namespace);
|
||||
const FString CurCleanNamespace = TextNamespaceUtil::StripPackageNamespace(Namespace);
|
||||
UE_LOG(LogCore, Warning, TEXT("Package localization ID mismatch during cook! Expected '%s', got '%s'. Namespace: '%s', Key: '%s', Source: '%s'."), *PackageNamespace, *CurPackageNamespace, *CurCleanNamespace, *Key, *SourceString);
|
||||
UE_LOG(LogCore, Display, TEXT("Package localization ID mismatch during cook! Expected '%s', got '%s'. Namespace: '%s', Key: '%s', Source: '%s'."), *PackageNamespace, *CurPackageNamespace, *CurCleanNamespace, *Key, *SourceString);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user