Navigation
API > API/Plugins > API/Plugins/LevelSnapshots
| |
|
| Name |
EHashAlgorithmChooseBehavior::Type |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Settings/HashSettings.h |
| Include Path |
#include "Settings/HashSettings.h" |
Syntax
namespace EHashAlgorithmChooseBehavior
{
enum Type
{
UseFastest,
UseCrc32,
UseMD5,
}
}
Values
| Name |
Remarks |
| 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) |