Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Float
Returns Value mapped from one range into another. (e.g. 20 normalized from the range 10->50 to 20->40 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 |