Description
CreateColorArrayFromFloatArray (v1)
Set the vertex color on the collection based on the normalized float array.
Input(s) : FloatArray - Float array to use as a scalar for the color
Output(s): ColorArray - Color array output
Information
| Module | GeometryCollectionNodes |
| Category | Collection|Utilities |
| Type | FCreateColorArrayFromFloatArrayDataflowNode |
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 |
|---|---|---|---|
| FloatArray | Float array to use as a scalar for the color | TArray<float> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ColorArray | Color array output | TArray<FLinearColor> |