EConcertMessageFlags

Message Flags when sent

Windows
MacOS
Linux

References

Module

ConcertTransport

Header

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

Include

#include "ConcertTransportMessages.h"

Syntax

enum EConcertMessageFlags
{
    None               = 0,
    ReliableOrdered    = 1<<0,
    UniqueId           = 1<<1,
}

Values

Name

Description

None

No special flags

ReliableOrdered

Guarantee that this message is received by the client(s) and processed in the order they were sent

UniqueId

Message sent with this flag should be uniquely identifiable across clients.

Remarks

Message Flags when sent

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