This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
SetVertexColorFromFloatArray (v1)
Set the vertex color on the collection based on the normalized float array.
Input(s) : Collection [Intrinsic] - Collection Passthrough FloatArray [Intrinsic] - Float array to use as a scalar for the color
Output(s): Collection [Passthrough] - Collection Passthrough
Information
| Module | GeometryCollectionNodes |
| Category | Collection|Utilities |
| Type | FSetVertexColorFromFloatArrayDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bNormalizeInput | Enable normalization of input array | bool | True |
| Color | Base color for the normalized float array | FLinearColor | (R=1.000000,G=1.000000,B=1.000000,A=1.000000) |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection Passthrough | FManagedArrayCollection | () |
| FloatArray | Float array to use as a scalar for the color | TArray<float> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection Passthrough | FManagedArrayCollection |