How to sort TArray in c++?

Storage.Sort([&](const FItem& item1, const FItem& item2) {return item1.p> item2.p; });

Work properly

4 Likes