FConcertClientInfo

Holds info on a client connected through concert

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h

Include

#include "ConcertMessageData.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FConcertClientInfo

Remarks

Holds info on a client connected through concert

Variables

Name Description

Public variable UProperty Category visibleanywhere

FLinearColor

 

AvatarColor

Holds the color of the user avatar in a session.

Public variable UProperty Category visibleanywhere

bool

 

bHasEditorData

True if this instance was built with editor-data

Public variable UProperty Category visibleanywhere

bool

 

bRequiresCookedData

True if this platform requires cooked data

Public variable UProperty Category visibleanywhere

FString

 

DesktopAvatarActorClass

Holds the string representation of the desktop actor class to be used as the avatar for a representation of a client

Public variable UProperty Category visibleanywhere

FString

 

DeviceName

Holds the name of the device that the instance is running on.

Public variable UProperty Category visibleanywhere

FString

 

DisplayName

Holds the display name of the user that owns this instance.

Public variable UProperty Category visibleanywhere

FConcertInstanc...

 

InstanceInfo

Public variable UProperty Category visibleanywhere

FString

 

PlatformName

Holds the name of the platform that the instance is running on.

Public variable UProperty Category, AdvancedDisplay visibleanywhere

TArray< FName >

 

Tags

Holds an array of tags that can be used for grouping and categorizing.

Public variable UProperty Category visibleanywhere

FString

 

UserName

Holds the name of the user that owns this instance.

Public variable UProperty Category visibleanywhere

FString

 

VRAvatarActorClass

Holds the string representation of the VR actor class to be used as the avatar for a representation of a client

Functions

Name Description

Public function

void

 

Initialize()

Initialize this client information based on the current environment

Public function Const

FText

 

ToDisplayString()

Create a user friendly display string for using in things such as tooltips.

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FConcertClientInfo& Other
)

Public function Const

bool

 

operator==

(
    const FConcertClientInfo& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss