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 FSameAsOptions
Remarks
Options for the IsSameAs check
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCheckAttributes | ||
| bool | bCheckColors | ||
| bool | bCheckConnectivity | ||
| bool | bCheckEdgeIDs | ||
| bool | bCheckGroups | ||
| bool | bCheckNormals | ||
| bool | bCheckUVs | ||
| bool | bIgnoreDataLayout | Ignore gaps and padding in the data layout, i.e. the exact index is irrelevant as long as valid entries are equal in value and in the same order. | |
| float | Epsilon |