Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FDynamicMesh3 > API/Runtime/GeometryCore/DynamicMesh/FDynamicMesh3/IsSameAs
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include | #include "DynamicMesh/DynamicMesh3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMesh3.cpp |
virtual bool IsSameAs
(
const FDynamicMesh3 & OtherMesh,
const FSameAsOptions & Options,
FMeshDifferenceInfo & OutMeshDifferenceInfo
) const
Remarks
Check if another mesh is the same as this mesh. By default only checks vertices and triangles, turn on other parameters w/ flags
Parameters
| Name | Description |
|---|---|
| OutMeshDifferenceInfo | If the meshes are not the same, this struct may provide additional info as to the source of difference. Note it will only indicate the first difference found, not a complete report of differences. |