Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Float Range' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Float Range |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Lower Bound | Holds the range's lower bound. |
| struct | Upper Bound | Holds the range's upper bound. |