Create Mesh Section

Create Mesh Section

Windows
MacOS
Linux

Create/replace a section for this procedural mesh component.

Target is Procedural Mesh Component

Create Mesh Section
Target
Section Index
0
Vertices
Triangles
Normals
UV0
UV1
UV2
UV3
Vertex Colors
Tangents
Create Collision

Inputs

In
Exec
Target
Procedural Mesh Component Object Reference
Section Index
Integer

Index of the section to create or replace.

Vertices
Array of Vectors

Vertex buffer of all vertex positions to use for this mesh section.

Triangles
Array of Integers

Index buffer indicating which vertices make up each triangle. Length must be a multiple of 3.

Normals
Array of Vectors

Optional array of normal vectors for each vertex. If supplied, must be same length as Vertices array.

UV0
Array of Vector 2D Structures

Optional array of texture co-ordinates for each vertex. If supplied, must be same length as Vertices array.

UV1
Array of Vector 2D Structures
UV2
Array of Vector 2D Structures
UV3
Array of Vector 2D Structures
Vertex Colors
Array of Linear Color Structures

Optional array of colors for each vertex. If supplied, must be same length as Vertices array.

Tangents
Array of Proc Mesh Tangent Structures

Optional array of tangent vector for each vertex. If supplied, must be same length as Vertices array.

Create Collision
Boolean

Indicates whether collision should be created for this section. This adds significant cost.

Outputs

Out
Exec
Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback