MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / Test

Method Test

Source/PCGExtendedToolkit/Private/PCGExCompare.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283bool 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
289bool FPCGExDotComparisonDetails::Init(const FPCGExContext* InContext, const TSharedRef<PCGExData::FFacade>& InPrimaryDataCache)
290{

Callers 1

FilterScopeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected