Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshQueries
Compute the interpolated Normal and Tangents for the specified specified TriangleID in the Normal and Tangent attributes 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 | Tri Has Valid Elements | will be returned true if TriangleID exists in TargetMesh and has Normals and Tangents set, and otherwise will be returned false |
| vector | Interpolated Normal | |
| vector | Interpolated Tangent | |
| vector | Interpolated Bi Tangent | |
| object | Target Mesh |