Abs function
From Unreal Wiki, The Unreal Engine Documentation Site
Abs is math function provided by the Object
()class.
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.