Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FMesh
Description
Return true if the mesh has unique vertex IDs and they stored in an implicit way. This is relevant for some mesh operations that will need to make them explicit so that the result is still correct.
| Name | AreVertexIdsImplicit |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Mesh.h |
| Include Path | #include "MuR/Mesh.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Mesh.cpp |
bool AreVertexIdsImplicit() const