Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FDynamicMesh3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include | #include "DynamicMesh/DynamicMesh3.h" |
Syntax
struct FValidityOptions
Remarks
Options for what the validity check will permit
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowAdjacentFacesReverseOrientation | ||
| bool | bAllowNonManifoldVertices |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FValidityOptions
(
bool bAllowNonManifoldVertices, |
Construct validity checking options |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FValidityOptions | Permissive () |
Construct with most-permissive options that we still consider valid for processing |