EConcertMessageState

States of Concert Messages

Windows
MacOS
Linux

References

Module

ConcertTransport

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertMessages.h

Include

#include "IConcertMessages.h"

Syntax

enum EConcertMessageState
{
    Pending,
    Acknowledged,
    Completed,
    TimedOut,
}

Values

Name

Description

Pending

Message has been sent and is awaiting a response

Acknowledged

Message has received its acknowledgment response, but is not yet complete

Completed

Message has received its acknowledgment response and was completed

TimedOut

Message timed out

Remarks

States of Concert Messages

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