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