#include "LiveLinkTypes.h"
#include "LiveLinkCompression.generated.h"
Go to the source code of this file.
◆ UE_API
◆ ELiveLinkCompressionBias
The bias (if any) to use when compressing the data.
| Enumerator |
|---|
| None | Compress without a bias.
|
| Size | Compress with a bias for size
|
| Speed | Compress with a bias for speed.
|
◆ ELiveLinkCompressionMethod
What compression method should be used on the LiveLink data.
| Enumerator |
|---|
| Uncompressed | Data is uncompressed.
|
| Oodle | Oodle compression is used for the serialized data.
|
| Zlib | ZLib compression is used for the serialized data.
|
◆ ELiveLinkPayloadCompressionType
Dictates when compression should be used.
| Enumerator |
|---|
| None | |
| Heuristic | |
| Always | |
◆ ELiveLinkPayloadSerializationMethod
What method should be used for serialziing.