Merging //UE4/Dev-Main to Dev-Framework (//UE4/Dev-Framework) @ 6834564

#rb
#rnx
#lockdown Michael.Noland

[CL 6834940 by Marc Audy in Dev-Framework branch]
This commit is contained in:
Marc Audy
2019-06-04 09:58:36 -04:00
parent cdae0a50c9
commit cf48c338c5
3836 changed files with 138217 additions and 51867 deletions

View File

@@ -202,7 +202,7 @@ void SModuleUI::UpdateModuleListItems()
{
FORCEINLINE bool operator()( const TSharedPtr<FModuleListItem>& A, const TSharedPtr<FModuleListItem>& B ) const
{
return A->ModuleName < B->ModuleName;
return A->ModuleName.LexicalLess(B->ModuleName);
}
};
ModuleListItems.Sort( FModuleSorter() );