IConcertClientConnectionTask::GetStatus

Get the current status of this task.

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertClient.h

Include

#include "IConcertClient.h"

Syntax

EConcertResponseCode GetStatus() const

Remarks

Get the current status of this task.

It is required that the task return Pending while it is in-progress, and Success when it has finished successfully. Any other status is treated as an error state, and GetError will be called.

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