Navigation
BlueprintAPI > BlueprintAPI/Components > BlueprintAPI/Components/ProceduralMesh
Automatically generate normals and tangent vectors for a mesh UVs are required for correct tangent generation.
Target is Kismet Procedural Mesh Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| vector | Vertices | |
| integer | Triangles | |
| vector2d struct | UVs |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| vector | Normals | |
| struct | Tangents |