Navigation
API > API/Plugins > API/Plugins/Concert
The bias (if any) to use when compressing the data. Note that these are assigned a bit shifted value to match the previous implementation in EConcertCompressionDetails.
| Name | EConcertCompressionBias |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h |
| Include Path | #include "ConcertMessageData.h" |
Syntax
enum EConcertCompressionBias
{
None,
Speed = 1 << 2,
Size = 1 << 3,
}
Values
| Name | Remarks |
|---|---|
| None | Compress without a bias. |
| Speed | Compress with a bias for speed. |
| Size | Compress with a bias for size. |