Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Float
Returns the number of times Divisor will go into Dividend (i.e., Dividend divided by Divisor), as well as the remainder
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| real | Dividend | |
| real | Divisor |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Remainder | |
| int64 | Return Value |