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

#rb integration
#lockdown Nick.Whiting

[CL 6841995 by Ryan Vance in Dev-VR branch]
This commit is contained in:
Ryan Vance
2019-06-04 18:54:52 -04:00
parent 6b86f15088
commit 66b718c72f
2493 changed files with 227517 additions and 17261 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() );