Abs function

From Unreal Wiki, The Unreal Engine Documentation Site

Abs is math function provided by the Object

()

class.

native(186) static final function float Abs (float A)

Returns the absolute value of A. That means, if A is greater than or equal to zero, it is returned unchanged. Otherwise, if A is less than zero, -A is returned.