FConcertInstanceInfo

Holds info on an instance communicating 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 FConcertInstanceInfo

Remarks

Holds info on an instance communicating through concert

Variables

Name Description

Public variable UProperty Category visibleanywhere

FGuid

 

InstanceId

Holds the instance identifier.

Public variable UProperty Category visibleanywhere

FString

 

InstanceName

Holds the instance name.

Public variable UProperty Category visibleanywhere

FString

 

InstanceType

Holds the instance type (Editor, Game, Server, etc).

Functions

Name Description

Public function

void

 

Initialize()

Initialize this instance 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 FConcertInstanceInfo& Other
)

Public function Const

bool

 

operator==

(
    const FConcertInstanceInfo& 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