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