Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
Knows how to display FConcertClientInfo.
The widget looks like this: []DisplayName(ParenthesesContent)
- [] is a square displaying the avatar colour (optional)
- DisplayName is FConcertClientInfo::DisplayName
- ParenthesesContent is additional info you can supply, like "You" (optional). See ParenthesesClientNameContent.
| Name | SClientName |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Widgets/Client/SClientName.h |
| Include Path | #include "Widgets/Client/SClientName.h" |
Syntax
class SClientName : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SClientName
- FSlateControlledConstruction → SWidget → SCompoundWidget → SClientName
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClientInfoAttribute | TAttribute< TOptional< FConcertClientInfo > > | The client info to display. | Widgets/Client/SClientName.h | |
| ParenthesisContentAttribute | TAttribute< FText > | Content to display behind the display name in parentheses. | Widgets/Client/SClientName.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/Client/SClientName.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FText GetDisplayText
(
const FConcertClientInfo& Info, |
Widgets/Client/SClientName.h | ||
static FText GetDisplayText
(
const FConcertClientInfo& Info, |
Widgets/Client/SClientName.h |