Unreal Engine Blueprint API Reference > Mesh Description
Return the vertex instance which corresponds to the given vertex on the given triangle, or INDEX_NONE
Target is Mesh Description Base
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
struct | Triangle ID | |
struct | Vertex ID |
Outputs
Type | Name | Description |
---|---|---|
struct | Return Value | Return the vertex instance which corresponds to the given vertex on the given triangle, or INDEX_NONE |