Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/SHorizontalClientList
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Widgets/Client/SHorizontalClientList.h |
| Include Path | #include "Widgets/Client/SHorizontalClientList.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SHorizontalClientList >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SHorizontalClientList::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Client/SHorizontalClientList.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Client/SHorizontalClientList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & DisplayAvatarColor
(
const TAttribute< bool >& InAttribute |
Whether to show a square image in front of the name. | Widgets/Client/SHorizontalClientList.h | |
NamedSlotProperty< FArguments > EmptyListSlot() |
The widget to display when the list is empty | Widgets/Client/SHorizontalClientList.h | |
WidgetArgsType & Font
(
FSlateFontInfo InArg |
The font to use for the names | Widgets/Client/SHorizontalClientList.h | |
WidgetArgsType & GetClientInfo
(
const ConcertSharedSlate::FGetOptionalClientInfo& InDelegate |
Used to get client display info for remote clients. | Widgets/Client/SHorizontalClientList.h | |
WidgetArgsType & GetClientParenthesesContent
(
const ConcertSharedSlate::FGetClientParenthesesContent& InDelegate |
Gets the content to place in parentheses behind the given client. | Widgets/Client/SHorizontalClientList.h | |
WidgetArgsType & HighlightText
(
const TAttribute< FText >& InAttribute |
Used for highlighting in the text | Widgets/Client/SHorizontalClientList.h | |
WidgetArgsType & ListToolTipText
(
const TAttribute< FText >& InAttribute |
Tooltip text to display when the list is non-empty. | Widgets/Client/SHorizontalClientList.h | |
WidgetArgsType & SortPredicate
(
const FClientSortPredicate& InDelegate |
Defaults to placing the local client first (if contained) and sorting alphabetically otherwise. | Widgets/Client/SHorizontalClientList.h |