Navigation
API > API/Plugins > API/Plugins/Concert
Holds info on a client connected through concert
| Name | FConcertClientInfo |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h |
| Include Path | #include "ConcertMessageData.h" |
Syntax
USTRUCT ()
struct FConcertClientInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AvatarColor | FLinearColor | Holds the color of the user avatar in a session. | ConcertMessageData.h |
|
| bHasEditorData | bool | True if this instance was built with editor-data | ConcertMessageData.h |
|
| bRequiresCookedData | bool | True if this platform requires cooked data | ConcertMessageData.h |
|
| DesktopAvatarActorClass | FString | Holds the string representation of the desktop actor class to be used as the avatar for a representation of a client | ConcertMessageData.h |
|
| DeviceName | FString | Holds the name of the device that the instance is running on. | ConcertMessageData.h |
|
| DisplayName | FString | Holds the display name of the user that owns this instance. | ConcertMessageData.h |
|
| InstanceInfo | FConcertInstanceInfo | ConcertMessageData.h |
|
|
| PlatformName | FString | Holds the name of the platform that the instance is running on. | ConcertMessageData.h |
|
| Tags | TArray< FName > | Holds an array of tags that can be used for grouping and categorizing. | ConcertMessageData.h |
|
| UserName | FString | Holds the name of the user that owns this instance. | ConcertMessageData.h |
|
| VRAvatarActorClass | FString | Holds the string representation of the VR actor class to be used as the avatar for a representation of a client | ConcertMessageData.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize() |
Initialize this client information based on the current environment | ConcertMessageData.h | |
FText ToDisplayString() |
Create a user friendly display string for using in things such as tooltips. | ConcertMessageData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FConcertClientInfo& Other |
ConcertMessageData.h | ||
bool operator==
(
const FConcertClientInfo& Other |
ConcertMessageData.h |