Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Data > API/Plugins/LevelSnapshots/Data/Hashing > API/Plugins/LevelSnapshots/Data/Hashing/FActorSnapshotHash
Syntax
FMD5Hash MD5
Remarks
MD5 hash of actor when it was snapshot. Used to check for changes without loading actor. Sometimes CRC32 is faster. Cost is 0.0003s on "average" actors, like world settings. CRC32 is generally to be preferred but we do MD5 to future proof cases where there may be collisions. Users can configure this in project settings.