![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::CADKernel |
| namespace | UE::CADKernel::ArrayUtils |
Functions | |
| void | UE::CADKernel::ArrayUtils::InsertInside (TArray< double > &InitialArray, const TArray< double > &ValuesToInsert, double Epsilon) |
| void | UE::CADKernel::ArrayUtils::Complete (TArray< double > &InitialArray, TArray< double > &ValuesToInsert, double Epsilon) |
| void | UE::CADKernel::ArrayUtils::RemoveDuplicates (TArray< double > &ArrayToProcess, double Epsilon) |
| void | UE::CADKernel::ArrayUtils::SubArrayWithoutBoundary (const TArray< double > &InitialArray, const FLinearBoundary &Boundary, double Tolerance, TArray< double > &OutArray) |
| void | UE::CADKernel::ArrayUtils::FindCoordinateIndex (const TArray< double > &InCoordinates, double Coordinate, int32 &OutIndex) |