Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ULevelSnapshot
Description
Checks whether the original actor has any properties that changed since the snapshot was taken by comparing properties.
Use this function instead of HasChangedSinceSnapshotWasTaken if you've already called GetDeserializedActor. Otherwise HasChangedSinceSnapshotWasTaken should be faster in most cases.
| Name | HasOriginalChangedPropertiesSinceSnapshotWasTaken |
| 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 HasOriginalChangedPropertiesSinceSnapshotWasTaken
(
AActor * SnapshotActor,
AActor * WorldActor
)