Hi,
The description on the following wiki page is incorrect.
Modulo is the operator that is usually symbolized by % and returns the remainder when a number A is divided by a number B.
http://www.unrealwiki.com/Legacy:Global_Function_(UT)
The description on the following wiki page is incorrect.
Modulo is the operator that is usually symbolized by % and returns the remainder when a number A is divided by a number B.
http://www.unrealwiki.com/Legacy:Global_Function_(UT)
float Abs (float A) [static]
Returns the absolute value (also known as the modulo) of A, usually written |A|. Eg: Abs(5) == Abs(-5) == 5.