Navigation
API > API/Plugins > API/Plugins/Concert
Contains the FConcertClientInfo fields that can be updated.
| Name | FConcertClientInfoUpdate |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSession.h |
| Include Path | #include "IConcertSession.h" |
Syntax
struct FConcertClientInfoUpdate
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AvatarColor | TOptional< FLinearColor > | IConcertSession.h | ||
| DesktopAvatarActorClass | TOptional< FString > | IConcertSession.h | ||
| DisplayName | TOptional< FString > | IConcertSession.h | ||
| VRAvatarActorClass | TOptional< FString > | IConcertSession.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ApplyTo
(
FConcertClientInfo& InOutInfo |
Applies the valid optional fields to the specified client info, and return true if the client info was modified, false otherwise. | IConcertSession.h |