Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FColliderMesh
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/ColliderMesh.h |
| Include | #include "DynamicMesh/ColliderMesh.h" |
Syntax
struct FBuildOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBuildAABBTree | If true, AABBTree is automatically built for the mesh on construction | |
| bool | bBuildTriangleMap | If true and SourceWasCompactT() == false, mapping from FColliderMesh to source mesh triangle IDs is constructed | |
| bool | bBuildVertexMap | If true and SourceWasCompactV() == false, mapping from FColliderMesh to source mesh vertex IDs is constructed |
Constructors
| Type | Name | Description | |
|---|---|---|---|