Navigation
API > API/Plugins > API/Plugins/Concert
References
| Module | Concert |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h |
| Include | #include "ConcertMessageData.h" |
Syntax
USTRUCT&40;&41;
struct FConcertInstanceInfo
Remarks
Holds info on an instance communicating through concert
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | InstanceId | Holds the instance identifier. | |
| FString | InstanceName | Holds the instance name. | |
| FString | InstanceType | Holds the instance type (Editor, Game, Server, etc). |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Initialize this instance information based on the current environment | |
| FText | Create a user friendly display string for using in things such as tooltips. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FConcertInstanceInfo& Other |
||
| bool | operator==
(
const FConcertInstanceInfo& Other |