Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Float
Returns Value mapped from one range into another where the Value is clamped to the Input Range. (e.g. 0.5 normalized from the range 0->1 to 0->50 would result in 25)
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| real | Value | |
| real | In Range A | |
| real | In Range B | |
| real | Out Range A | |
| real | Out Range B |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value |