Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/SRemoteClientName
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Widgets/Client/SRemoteClientName.h |
| Include Path | #include "Widgets/Client/SRemoteClientName.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SRemoteClientName >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SRemoteClientName::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Client/SRemoteClientName.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Client/SRemoteClientName.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/SRemoteClientName.h | |
WidgetArgsType & DisplayInfo
(
const TAttribute< TOptional< FConcertClientInfo > >& InAttribute |
The client info to display. | Widgets/Client/SRemoteClientName.h | |
WidgetArgsType & Font
(
FSlateFontInfo InArg |
The font to use for the name | Widgets/Client/SRemoteClientName.h | |
WidgetArgsType & HighlightText
(
const TAttribute< FText >& InAttribute |
Used for highlighting in the text | Widgets/Client/SRemoteClientName.h |