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