Nodes > Inputs > Values > Float Array Value

Creates a predefined Float Array, and samples and returns the array value at the specified index.
Inputs
| Name | Type | Description |
|---|---|---|
| Index | float | Index to sample value from |
Outputs
| Name | Type | Description |
|---|---|---|
| Value | float | Value sampled at the Index of the array |
| Size | float | Number of elements in the array |
Properties
| Name | Type | Description |
|---|---|---|
| Size | int | Number of elements in the array |
| Channels | dropdown | Number of channels for every element of the array |
Was this page helpful?