Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
Aligns client widgets from left to right. If there is not enough space, a horizontal scroll bar cuts of the list.
| Name | SHorizontalClientList |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Widgets/Client/SHorizontalClientList.h |
| Include Path | #include "Widgets/Client/SHorizontalClientList.h" |
Syntax
class SHorizontalClientList : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SHorizontalClientList
- FSlateControlledConstruction → SWidget → SCompoundWidget → SHorizontalClientList
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GetClientInfoDelegate | FGetOptionalClientInfo | Used to get client display info for remote clients. | Widgets/Client/SHorizontalClientList.h | |
| GetClientParenthesesContentDelegate | FGetClientParenthesesContent | Gets the content to place in parentheses behind the given client. | Widgets/Client/SHorizontalClientList.h | |
| HighlightTextAttribute | TAttribute< FText > | Used for highlighting in the text | Widgets/Client/SHorizontalClientList.h | |
| NameFont | FSlateFontInfo | The font to use for the names | Widgets/Client/SHorizontalClientList.h | |
| ScrollBox | TSharedPtr< SScrollBox > | Contains the children. | Widgets/Client/SHorizontalClientList.h | |
| ShouldDisplayAvatarColorAttribute | TAttribute< bool > | Whether the square in front of the client name should be displayed. | Widgets/Client/SHorizontalClientList.h | |
| SortPredicateDelegate | FClientSortPredicate | Sorts the client list | Widgets/Client/SHorizontalClientList.h | |
| WidgetSwitcher | TSharedPtr< SWidgetSwitcher > | Displays the ScrollBox when there are clients and the EmptyListSlot otherwise. | Widgets/Client/SHorizontalClientList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/Client/SHorizontalClientList.h | ||
void RefreshList
(
const TConstArrayView< FGuid >& Clients |
Refreshes the list. | Widgets/Client/SHorizontalClientList.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Widgets/Client/SHorizontalClientList.h |