Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Mesh
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Mesh.h |
| Include | #include "MuR/Mesh.h" |
Syntax
struct VERTEX_MATCH_MAP
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< int > | m_firstMatch | One for every vertex. | |
| TArray< int > | m_matches | The matches of every vertex in a sequence. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Matches
(
int v, |