Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
| Type | Name | Description | |
|---|---|---|---|
| int32 | FMod
(
double Dividend, |
Returns the number of times Divisor will go into Dividend (i.e., Dividend divided by Divisor), as well as the remainder | |
| int32 | FMod
(
float Dividend, |
This method has been deprecated and will be removed. Use the double version instead. |