![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| template<class T > | |
| bool | GetCurvePoles (const T &Curve, TArray< FVector > &PolesOut) |
| template<class PointType , class PointCurveType > | |
| bool | GetPolylinePoints (const TPolylineCurve< PointType, PointCurveType > &Curve, TArray< FVector > &Poles) |
| TArray< FVector > | GetPoles (const UE::CADKernel::FCurve &Curve) |
| TArray< FVector2d > | GetPoles (const UE::CADKernel::FRestrictionCurve &Curve) |
| TArray< FVector2d > | Get2DPolyline (const UE::CADKernel::FRestrictionCurve &Curve) |
| TArray< FVector > | Get3DPolyline (const UE::CADKernel::FRestrictionCurve &Curve) |
| int32 | GetPoleCount (const UE::CADKernel::FCurve &Curve) |
| int32 | GetPoleCount (const UE::CADKernel::FRestrictionCurve &Curve) |
| int32 | GetDegree (const UE::CADKernel::FCurve &Curve) |
| int32 | GetDegree (const UE::CADKernel::FRestrictionCurve &Curve) |
| TArray< FVector2d > CADKERNEL_API UE::CADKernel::CurveUtilities::Get2DPolyline | ( | const UE::CADKernel::FRestrictionCurve & | Curve | ) |
| TArray< FVector > CADKERNEL_API UE::CADKernel::CurveUtilities::Get3DPolyline | ( | const UE::CADKernel::FRestrictionCurve & | Curve | ) |
| bool UE::CADKernel::CurveUtilities::GetCurvePoles | ( | const T & | Curve, |
| TArray< FVector > & | PolesOut | ||
| ) |
| int32 CADKERNEL_API UE::CADKernel::CurveUtilities::GetDegree | ( | const UE::CADKernel::FCurve & | Curve | ) |
| int32 CADKERNEL_API UE::CADKernel::CurveUtilities::GetDegree | ( | const UE::CADKernel::FRestrictionCurve & | Curve | ) |
| int32 CADKERNEL_API UE::CADKernel::CurveUtilities::GetPoleCount | ( | const UE::CADKernel::FCurve & | Curve | ) |
| int32 CADKERNEL_API UE::CADKernel::CurveUtilities::GetPoleCount | ( | const UE::CADKernel::FRestrictionCurve & | Curve | ) |
| TArray< FVector > CADKERNEL_API UE::CADKernel::CurveUtilities::GetPoles | ( | const UE::CADKernel::FCurve & | Curve | ) |
| TArray< FVector2d > CADKERNEL_API UE::CADKernel::CurveUtilities::GetPoles | ( | const UE::CADKernel::FRestrictionCurve & | Curve | ) |
| bool UE::CADKernel::CurveUtilities::GetPolylinePoints | ( | const TPolylineCurve< PointType, PointCurveType > & | Curve, |
| TArray< FVector > & | Poles | ||
| ) |