Navigation
API > API/Plugins > API/Plugins/Concert
| Name | EConcertPayloadCompressionType |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h |
| Include Path | #include "ConcertMessageData.h" |
Syntax
enum EConcertPayloadCompressionType
{
None = 0,
Heuristic,
Always,
}
Values
| Name | Remarks |
|---|---|
| None | The serialized data will not be compressed. |
| Heuristic | The serialized data will be compressed based on struct size. |
| Always | The serialized data will always be compressed. |