Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshQueries
Returns the UV values associated with the three vertices of the triangle in the specified UV Channel. If the Triangle does not exist in the mesh or if no UVs are set in the specified UV Channel for the triangle, the resulting values will be (0,0) and bHaveValidUVs will be set to false.
Target is Geometry Script Library Mesh Query Functions
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target Mesh | |
| integer | UV Channel | |
| integer | Triangle ID |
Outputs
| Type | Name | Description |
|---|---|---|
| vector2d struct | UV1 | |
| vector2d struct | UV2 | |
| vector2d struct | UV3 | |
| boolean | Have Valid UVs |