Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Settings
References
Module | LevelSnapshots |
Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Settings/SnapshotCompressionSettings.h |
Include | #include "Settings/SnapshotCompressionSettings.h" |
Syntax
enum ESnapshotCompressionLevel
&123;
HyperFast4 = -4,
HyperFast3 = -3,
HyperFast2 = -2,
HyperFast1 = -1,
None = 0,
SuperFast = 1,
VeryFast = 2,
Fast = 3,
Normal = 4,
Optimal1 = 5,
Optimal2 = 6,
Optimal3 = 7,
Optimal4 = 8,
&125;
Values
Name | Description |
---|---|
HyperFast4 | |
HyperFast3 | |
HyperFast2 | |
HyperFast1 | |
None | |
SuperFast | |
VeryFast | |
Fast | |
Normal | |
Optimal1 | |
Optimal2 | |
Optimal3 | |
Optimal4 |
Remarks
ESnapshotCompressionLevel and ESnapshotCompressor copied from OodleDataCompression.h - there is no UENUM version at time of duplication.