Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
References
| Module | MultiUserClientLibrary |
| Header | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/MultiUserClientStatics.h |
| Include | #include "MultiUserClientStatics.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMultiUserClientInfo
Remarks
BP copy of FConcertSessionClientInfo Holds info on a client connected through multi-user
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | AvatarColor | Holds the color of the user avatar in a session. | |
| FGuid | ClientEndpointId | Holds the display name of the user that owns this instance. | |
| FString | DisplayName | Holds the display name of the user that owns this instance. | |
| TArray< FName > | Tags | Holds an array of tags that can be used for grouping and categorizing. |