Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/IPropertyComparer
Description
Decides whether the property should be considered equal. Note that this is only called on root properties. For performance reasons, this is not called on nested struct properties. This is not a big restriction because you can just check the structs content yourself.
| Name | ShouldConsiderPropertyEqual |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/IPropertyComparer.h |
| Include Path | #include "Restorability/Interfaces/IPropertyComparer.h" |
virtual EPropertyComparison ShouldConsiderPropertyEqual
(
const FPropertyComparisonParams & Params
) const