Merging //UE4/Dev-Main to Dev-Sequencer (//UE4/Dev-Sequencer)

#rb none

[CL 6849452 by Max Chen in Dev-Sequencer branch]
This commit is contained in:
Max Chen
2019-06-05 11:49:03 -04:00
parent 909bd6539e
commit b4a5482916
2743 changed files with 236522 additions and 20945 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() );