Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FLayeredMoveInstancedData
Description
Returns true if this data is considered nearly equal to Other for comparison purposes. Other is guaranteed to be the same struct type. Override in subclasses to allow tolerance-based equality instead of exact field matching (e.g. for server-side proposal validation in ChaosMover's Proposed auth style). Default: uses UScriptStruct's strict Identical test. If the struct's TStructOpsTypeTraits declares WithIdenticalViaEquality, CompareScriptStruct calls operator== on the struct; otherwise it compares each UPROPERTY field individually via reflection. Check the struct's TStructOpsTypeTraits specialization to know which path applies to a given subtype.
| Name | IsNearlyEqualTo |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/LayeredMoveBase.h |
| Include Path | #include "LayeredMoveBase.h" |
virtual bool IsNearlyEqualTo
(
const FLayeredMoveInstancedData & Other
) const