Nodes > Functions > Util > Remap
Remaps a value from the input range to the output range.
Inputs
Name | Type | Description |
---|---|---|
Value | float | Value to remap |
Range Min In | float | Lower bound of the input range |
Range Max In | float | Upper bound of the input range |
Range Min Out | float | Lower bound of the output range |
Range Max Out | float | Upper bound of the output range |
Outputs
Name | Type | Description |
---|---|---|
Value | float | Remapped value |
Properties
Name | Type | Description |
---|---|---|
Clamp | bool | If enabled, the value will be clamped to always stay within the Min/Max ranges |
Was this page helpful?