Nodes > Inputs > Values > Float Value
Returns a predefined float value.
Outputs
| Name | Type | Description |
|---|---|---|
| Value | float | Output value |
Properties
| Name | Type | Description |
|---|---|---|
| Title | string | Custom title for this node |
| Value | float | Value to output |
| Enable Min | bool | If enabled, the value will be clamped to Min or greater |
| Min | float | Min value used for clamping |
| Enable Max | bool | If enabled, the value will be clamped to Max or less |
| Max | float | Max value used for clamping |
| Step | float | Step size used when drawing this value field |
Was this page helpful?