Navigation
API > API/Plugins > API/Plugins/LevelSnapshots
| Name | ESnapshotCompressor |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Settings/SnapshotCompressionSettings.h |
| Include Path | #include "Settings/SnapshotCompressionSettings.h" |
Syntax
enum ESnapshotCompressor
{
Selkie = 1,
Mermaid = 2,
Kraken = 3,
Leviathan = 4,
}
Values
| Name | Remarks |
|---|---|
| Selkie | Lower compression but fastest decodes |
| Mermaid | Mid-level compression with fast decoding |
| Kraken | High compression with fast decoding |
| Leviathan | Highest compression ration |