Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FConvexBuilder
| Name | FConvexFace |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollisionConvexMesh.h |
| Include Path | #include "Chaos/CollisionConvexMesh.h" |
Syntax
struct FConvexFace
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConvexFace () |
Required for TChunkedArray. | Chaos/CollisionConvexMesh.h | |
FConvexFace
(
int32 InPoolIdx, |
Chaos/CollisionConvexMesh.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FConvexFace() |
Chaos/CollisionConvexMesh.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConflictList | FHalfEdge * | Chaos/CollisionConvexMesh.h | ||
| FirstEdge | FHalfEdge * | Chaos/CollisionConvexMesh.h | ||
| Next | FConvexFace * | Chaos/CollisionConvexMesh.h | ||
| Plane | FPlaneType | Chaos/CollisionConvexMesh.h | ||
| PoolIdx | int32 | Chaos/CollisionConvexMesh.h | ||
| Prev | FConvexFace * | Chaos/CollisionConvexMesh.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FMemPool | friend | Chaos/CollisionConvexMesh.h | ||
| TChunkedArray< FConvexFace > | friend | Chaos/CollisionConvexMesh.h |