![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Types | |
| enum struct | EClosedStatus : uint8 { Open , SimpleClosed , LoopClosed , BoundaryClosed } |
Public Member Functions | |
| int8 | NumContourEnds () const |
Public Attributes | |
| EClosedStatus | ClosedStatus = EClosedStatus::Open |
| int8 | LoopVertexCount = 0 |
| FIntersectionContour | ColorContours [2] |
| TArray< FEdgeFaceIntersection > | Intersections |
| TArray< int32 > | ContourPointCurves [2] |
|
inline |
| EClosedStatus Chaos::Softs::GIA::FIntersectionContourPair::ClosedStatus = EClosedStatus::Open |
| FIntersectionContour Chaos::Softs::GIA::FIntersectionContourPair::ColorContours[2] |
| TArray<FEdgeFaceIntersection> Chaos::Softs::GIA::FIntersectionContourPair::Intersections |
| int8 Chaos::Softs::GIA::FIntersectionContourPair::LoopVertexCount = 0 |