Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Mesh
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Mesh.h |
| Include | #include "MuR/Mesh.h" |
Syntax
struct FVertexMatchMap
Remarks
Make a map from the vertices in this mesh to thefirst matching vertex of the given mesh. If non is found, the index is set to -1.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | FirstMatch | One for every vertex | |
| TArray< int32 > | Matches | The matches of every vertex in a sequence |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DoMatch
(
int32 Vertex, |