CIS fix for unintended recursive function call when GetTypeHash(int32) not visible to translation unit.

#rb none
#rnx
#preflight 60c208919e139d000103abca

#ROBOMERGE-SOURCE: CL 16622715 via CL 16622728
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v830-16605563)

[CL 16622732 by phil popp in ue5-release-engine-test branch]
This commit is contained in:
phil popp
2021-06-10 10:03:24 -04:00
parent 5467ad8d2c
commit af1eedcecd
3 changed files with 5 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ namespace Metasound
}
}
return RegistryKey;
return FFrontendQueryEntry::FKey(RegistryKey);
}
void FReduceRegistrationEventsToCurrentStatus::Reduce(FFrontendQueryEntry::FKey InKey, TArrayView<FFrontendQueryEntry * const>& InEntries, FReduceOutputView& OutResult) const