Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Settings
References
Module | LevelSnapshots |
Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Settings/HashSettings.h |
Include | #include "Settings/HashSettings.h" |
Syntax
namespace EHashAlgorithmChooseBehavior
{
enum Type
&123;
UseFastest,
UseCrc32,
UseMD5,
&125;
}
Values
Name | Description |
---|---|
UseFastest | Use whichever algorithm is faster |
UseCrc32 | Always use CRC32 (only works if CRC32 is enabled) |
UseMD5 | Always use MD5 (only works if MD5 is enabled) |