Navigation
BlueprintAPI > BlueprintAPI/ScalableFloat
Converts the given Scalable float to the value at the given level.
Target is Ability System Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Input | The scalable float to get the value from |
| real | Level | The Level of which to get the value at |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value | The double-precision float value at the given level from the scalable float |