![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ConvexFlattenedArrayStructureData.h>
Inheritance diagram for Chaos::Legacy::TConvexFlattenedArrayStructureData< T_INDEX, T_OFFSETINDEX >:Public Types | |
| using | FIndex = T_INDEX |
| using | FOffsetIndex = T_OFFSETINDEX |
Public Member Functions | |
| FORCEINLINE int32 | NumVertices () const |
| int32 | NumPlanes () const |
| int32 | NumVertexPlanes (int32 VertexIndex) const |
| int32 | GetVertexPlane (int32 VertexIndex, int32 VertexPlaneIndex) const |
| int32 | NumPlaneVertices (int32 PlaneIndex) const |
| int32 | GetPlaneVertex (int32 PlaneIndex, int32 PlaneVertexIndex) const |
| void | SetPlaneVertices (const TArray< TArray< int32 > > &InPlaneVertices, int32 NumVerts) |
| void | Reset () |
| void | Serialize (FArchive &Ar) |
Public Member Functions inherited from Chaos::Legacy::FConvexFlattenedArrayStructureData | |
| FConvexFlattenedArrayStructureData () | |
| ~FConvexFlattenedArrayStructureData () | |
Public Attributes | |
| TArray< TPair< FOffsetIndex, FIndex > > | PlaneVerticesOffsetCount |
| TArray< TPair< FOffsetIndex, FIndex > > | VertexPlanesOffsetCount |
| TArray< FIndex > | PlaneVertices |
| TArray< FIndex > | VertexPlanes |
Friends | |
| FArchive & | operator<< (FArchive &Ar, TConvexFlattenedArrayStructureData< T_INDEX, T_OFFSETINDEX > &Value) |
| using Chaos::Legacy::TConvexFlattenedArrayStructureData< T_INDEX, T_OFFSETINDEX >::FIndex = T_INDEX |
| using Chaos::Legacy::TConvexFlattenedArrayStructureData< T_INDEX, T_OFFSETINDEX >::FOffsetIndex = T_OFFSETINDEX |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
| TArray<FIndex> Chaos::Legacy::TConvexFlattenedArrayStructureData< T_INDEX, T_OFFSETINDEX >::PlaneVertices |
| TArray<TPair<FOffsetIndex, FIndex> > Chaos::Legacy::TConvexFlattenedArrayStructureData< T_INDEX, T_OFFSETINDEX >::PlaneVerticesOffsetCount |
| TArray<FIndex> Chaos::Legacy::TConvexFlattenedArrayStructureData< T_INDEX, T_OFFSETINDEX >::VertexPlanes |
| TArray<TPair<FOffsetIndex, FIndex> > Chaos::Legacy::TConvexFlattenedArrayStructureData< T_INDEX, T_OFFSETINDEX >::VertexPlanesOffsetCount |