Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Widgets
Typedefs
| Name | Description |
|---|---|
| FClientSortPredicate | |
| FGetClientParenthesesContent | Used by SHorizontalList to determine what should go in the parentheses behind the display name, e.g. "Display Name (You)". |
| FGetOptionalClientInfo | |
| FIsLocalClient |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | UE::ConcertSharedSlate::EvaluateGetClientParenthesesContent
(
const FGetClientParenthesesContent& Getter, |
||
| bool | UE::ConcertSharedSlate::SortLocalClientParenthesesFirstThenThenAlphabetical
(
const FConcertSessionClientInfo& Left, |
Sorts anything that has "You" in the parentheses first. | |
| bool | UE::ConcertSharedSlate::SortSpecifiedParenthesesFirstThenThenAlphabetical
(
const FConcertSessionClientInfo& Left, |
Predicate for sorting everything that has ParenthesesContentToPlaceFirst first, and then sorts everything alphabetically. |