Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshQueries
Compute the interpolated Position (AVertex1 + BVertex2 + C*Vertex3), where (A,B,C)=BarycentricCoords and the Vertex positions are taken from the specified TriangleID of the TargetMesh.
Target is Geometry Script Library Mesh Query Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| integer | Triangle ID | |
| vector | Barycentric Coords |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Is Valid Triangle | will be returned true if TriangleID exists in TargetMesh, and otherwise will be returned false |
| vector | Interpolated Position | |
| object | Target Mesh |