IPropertyComparer::ShouldConsiderPropertyEqual

Decides whether the property should be considered equal.

Windows
MacOS
Linux

References

Module

LevelSnapshots

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/IPropertyComparer.h

Include

#include "Restorability/IPropertyComparer.h"

Syntax

virtual EPropertyComparison ShouldConsiderPropertyEqual
(
    const FPropertyComparisonParams & Params
) const

Remarks

Decides whether the property should be considered equal.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss