![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| void | SetPlane (const TVector< RealType > TriPts[3]) |
| double | GetPlaneDistance (const TVector< RealType > &Pt) |
| void | AddPt (int32 Idx, const TVector< RealType > &Pt) |
| void | AddPtByValue (int32 Idx, double Value) |
| void | RemovePt (int32 SourcePointIdx, TFunctionRef< TVector< RealType >(int32)> GetPointFunc) |
| int32 | Num () |
| int32 | MaxPt () |
| void | Reset () |
Public Attributes | |
| TArray< int32 > | Indices |
| int32 | MaxIdx = -1 |
| double | MaxValue = -FMathd::MaxReal |
| FPlane3d | Plane |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| TArray<int32> UE::Geometry::FHullConnectivity< RealType >::FVisiblePoints::Indices |
| int32 UE::Geometry::FHullConnectivity< RealType >::FVisiblePoints::MaxIdx = -1 |
| double UE::Geometry::FHullConnectivity< RealType >::FVisiblePoints::MaxValue = -FMathd::MaxReal |
| FPlane3d UE::Geometry::FHullConnectivity< RealType >::FVisiblePoints::Plane |