Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
Description
Predicate for sorting everything that has ParenthesesContentToPlaceFirst first, and then sorts everything alphabetically.
This is supposed to be used with SHorizontalClientList. Example input list: ["AClient", "BClient", "ZClient(You)"] Example output list sorted by ParenthesesContentToPlaceFirst == "You": ZClient(You), AClient, BClient
| Name | UE::ConcertSharedSlate::SortSpecifiedParenthesesFirstThenThenAlphabetical |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Widgets/Client/ClientSorting.h |
| Include Path | #include "Widgets/Client/ClientSorting.h" |
namespace UE
{
namespace ConcertSharedSlate
{
bool UE::ConcertSharedSlate::SortSpecifiedParenthesesFirstThenThenAlphabetical
(
const FConcertSessionClientInfo & Left,
const FConcertSessionClientInfo & Right,
const FGetClientParenthesesContent & GetClientParenthesesContent,
const FText & ParenthesesContentToPlaceFirst
)
}
}