Map Range With Easing

Pure
MapRangeWithEasing

Remaps a value from one range to another, then applies an easing curve to the result in one node.

Type: Pure (no side effects)
Category: Fortuna|Math & Numeric
Keywords: math & numeric

Inputs

NameTypeDefaultDescription
InValuefloatInValue parameter
InRangeAfloatInRangeA parameter
InRangeBfloatInRangeB parameter
OutRangeAfloatOutRangeA parameter
OutRangeBfloatOutRangeB parameter
EaseTypeEFBT_EaseTypeEaseType parameter

Outputs

NameTypeDescription
ReturnValuefloatReturnValue output

Example Use Cases

Example 1

Map distance to opacity and apply ease-in before driving a material parameter.

Example 2

Remap health to a UI bar fill with smooth ease-out.