Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h |
Include |
#include "ConcertMessageData.h" |
USTRUCT()
struct FConcertClientInfo
Holds info on a client connected through concert
Name | Description | ||
---|---|---|---|
|
AvatarColor |
Holds the color of the user avatar in a session. |
|
|
bHasEditorData |
True if this instance was built with editor-data |
|
|
bRequiresCookedData |
True if this platform requires cooked data |
|
|
DesktopAvatarActorClass |
Holds the string representation of the desktop actor class to be used as the avatar for a representation of a client |
|
|
DeviceName |
Holds the name of the device that the instance is running on. |
|
|
DisplayName |
Holds the display name of the user that owns this instance. |
|
|
InstanceInfo |
||
|
PlatformName |
Holds the name of the platform that the instance is running on. |
|
|
Tags |
Holds an array of tags that can be used for grouping and categorizing. |
|
|
UserName |
Holds the name of the user that owns this instance. |
|
|
VRAvatarActorClass |
Holds the string representation of the VR actor class to be used as the avatar for a representation of a client |
Name | Description | ||
---|---|---|---|
|
Initialize() |
Initialize this client information based on the current environment |
|
|
ToDisplayString() |
Create a user friendly display string for using in things such as tooltips. |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator== ( |