BlueprintAPI > BlueprintAPI/MeshDescription
Returns the edge ID defined by the two given vertex IDs, if there is one; otherwise INDEX_NONE
Target is Mesh Description Base
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
struct | Vertex ID0 | |
struct | Vertex ID1 |
Outputs
Type | Name | Description |
---|---|---|
struct | Return Value | Returns the edge ID defined by the two given vertex IDs, if there is one; otherwise INDEX_NONE |