| 281 | } |
| 282 | |
| 283 | bool FPCGExVectorHashComparisonDetails::Test(const FVector& A, const FVector& B, const int32 PointIndex) const |
| 284 | { |
| 285 | const FVector CWTolerance = GetCWTolerance(PointIndex); |
| 286 | return PCGEx::I323(A, CWTolerance) == PCGEx::I323(B, CWTolerance); |
| 287 | } |
| 288 | |
| 289 | bool FPCGExDotComparisonDetails::Init(const FPCGExContext* InContext, const TSharedRef<PCGExData::FFacade>& InPrimaryDataCache) |
| 290 | { |