Nodes > Inputs > Vertex > Custom Vertex Attribute

Returns the value of a custom vertex attribute of the current surface. Custom vertex attributes can be added to meshes using the MeshBuilder script API.
Outputs
| Name | Type | Description |
|---|---|---|
| MyAttribute195 | float | The value of the custom vertex attribute |
Properties
| Name | Type | Description |
|---|---|---|
| Name | string | The name of the custom attribute to get |
| Type | dropdown | The data type of the custom attribute |
Was this page helpful?