Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ULevelSnapshot
Description
Checks whether the given actor has changes to the snapshot version. First compares hashes and then proceeds comparing property values.
In most cases, this function is faster than HasOriginalChangedPropertiesSinceSnapshotWasTaken because it tries to slow calls to GetDeserializedActor by comparing hashes first.
| Name | HasChangedSinceSnapshotWasTaken |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/LevelSnapshot.h |
| Include Path | #include "Data/LevelSnapshot.h" |
| Source | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Private/Data/LevelSnapshot.cpp |
bool HasChangedSinceSnapshotWasTaken
(
AActor * WorldActor
)