Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FConvexBuilder
| |
|
| Name |
FHalfEdge |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollisionConvexMesh.h |
| Include Path |
#include "Chaos/CollisionConvexMesh.h" |
Syntax
struct FHalfEdge
Constructors
Destructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Face |
FConvexFace * |
|
Chaos/CollisionConvexMesh.h |
|
| Next |
FHalfEdge * |
|
Chaos/CollisionConvexMesh.h |
|
| PoolIdx |
int32 |
|
Chaos/CollisionConvexMesh.h |
|
| Prev |
FHalfEdge * |
|
Chaos/CollisionConvexMesh.h |
|
| Twin |
FHalfEdge * |
|
Chaos/CollisionConvexMesh.h |
|
| Vertex |
int32 |
|
Chaos/CollisionConvexMesh.h |
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| FMemPool |
friend |
|
Chaos/CollisionConvexMesh.h |
|
| TChunkedArray< FHalfEdge > |
friend |
|
Chaos/CollisionConvexMesh.h |
|
Functions