Navigation
Unreal Engine C++ API Reference > Plugins > Concert
References
Module | Concert |
Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSession.h |
Include | #include "IConcertSession.h" |
Syntax
struct FConcertClientInfoUpdate
Remarks
Contains the FConcertClientInfo fields that can be updated.
Variables
Type | Name | Description | |
---|---|---|---|
TOptional< FLinearColor > | AvatarColor | ||
TOptional< FString > | DesktopAvatarActorClass | ||
TOptional< FString > | DisplayName | ||
TOptional< FString > | VRAvatarActorClass |
Functions
Type | Name | Description | |
---|---|---|---|
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. |