Navigation
API > API/Plugins > API/Plugins/Concert
References
| |
|
| Module |
Concert |
| Header |
/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h |
| Include |
#include "ConcertMessageData.h" |
Syntax
enum EConcertPayloadCompressionType
&123;
None = 0,
Heuristic,
Always,
&125;
Values
| Name |
Description |
| 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. |