Navigation
BlueprintAPI > BlueprintAPI/Components > BlueprintAPI/Components/ProceduralMesh
Create/replace a section for this procedural mesh component.
Target is Procedural Mesh Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| integer | Section Index | Index of the section to create or replace. |
| vector | Vertices | Vertex buffer of all vertex positions to use for this mesh section. |
| integer | Triangles | Index buffer indicating which vertices make up each triangle. Length must be a multiple of 3. |
| vector | Normals | Optional array of normal vectors for each vertex. If supplied, must be same length as Vertices array. |
| vector2d struct | UV0 | Optional array of texture co-ordinates for each vertex. If supplied, must be same length as Vertices array. |
| vector2d struct | UV1 | |
| vector2d struct | UV2 | |
| vector2d struct | UV3 | |
| linearcolor | Vertex Colors | Optional array of colors for each vertex. If supplied, must be same length as Vertices array. |
| struct | Tangents | Optional array of tangent vector for each vertex. If supplied, must be same length as Vertices array. |
| boolean | Create Collision | Indicates whether collision should be created for this section. This adds significant cost. |
| boolean | SRGB Conversion | Whether to do sRGB conversion when converting FLinearColor to FColor |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |