Navigation
API > API/Plugins > API/Plugins/ConcertClient
References
| Module | ConcertClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertClient/Public/IConcertClient.h |
| Include | #include "IConcertClient.h" |
Syntax
class IConcertClientConnectionTask
Remarks
Interface for tasks executed during the Concert client connection flow (eg, validation, creation, connection)
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Abort () |
Abort this task immediately, and discard any pending work. | |
| bool | CanCancel () |
Get whether this task can be gracefully canceled. | |
| void | Execute () |
Execute this task. | |
| FText | Get a description of this task that can be used in the progress notification (if any). | ||
| FConcertConnectionError | GetError () |
Get the extended error status of this task that can be used in the error notification (if any). | |
| FSimpleDelegate | Get the delegate to gather more error details for this task error notification (if any). | ||
| FText | GetPrompt () |
Get the prompt message of this task to be displayed on prompt button if the task require action. | |
| EConcertResponseCode | GetStatus () |
Get the current status of this task. | |
| void | Tick
(
EConcertConnectionTaskAction TaskAction |
Tick this task, optionally requesting that it should gracefully cancel. |