IConcertClientConnectionTask

Interface for tasks executed during the Concert client connection flow (eg, validation, creation, connection)

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/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

Functions

Name Description

Public function

void

 

Abort()

Abort this task immediately, and discard any pending work.

Public function Const

bool

 

CanCancel()

Get whether this task can be gracefully canceled.

Public function

void

 

Execute()

Execute this task.

Public function Const

FText

 

GetDescription()

Get a description of this task that can be used in the progress notification (if any).

Public function Const

FConcertConn...

 

GetError()

Get the extended error status of this task that can be used in the error notification (if any).

Public function Const

FSimpleDeleg...

 

GetErrorDelegate()

Get the delegate to gather more error details for this task error notification (if any).

Public function Const

FText

 

GetPrompt()

Get the prompt message of this task to be displayed on prompt button if the task require action.

Public function Const

EConcertResp...

 

GetStatus()

Get the current status of this task.

Public function

void

 

Tick

(
    EConcertConnectionTaskAction TaskAc...
)

Tick this task, optionally requesting that it should gracefully cancel.

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