Description
VertexColorToAttribute (v1)
Transfer data from a vertex color to a an attribute in a collection
Input(s) : Collection - Collection to transfer the attribute data to ColorChannel - Color channel to use as attribute value AttributeName - Name of the attribute to to transfer the vertex color to ScalingFactor - Scaling factor applied to vertex colours (in range 0-1)
Output(s): Collection [Passthrough] - Collection to transfer the attribute data to
Information
| Module | DataflowNodes |
| Category | Dataflow |
| Tags | Transfer |
| Type | FDataflowVertexColorToAttributeNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| VertexGroup | Vertex group to use | FScalarVertexPropertyGroup | (Name="Vertices") |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to transfer the attribute data to | FManagedArrayCollection | () |
| ColorChannel | Color channel to use as attribute value | EDataflowImageChannel | Red |
| AttributeName | Name of the attribute to to transfer the vertex color to | FString | |
| ScalingFactor | Scaling factor applied to vertex colours (in range 0-1) | float | 1.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to transfer the attribute data to | FManagedArrayCollection |