Max function
From Unreal Wiki, The Unreal Engine Documentation Site
Max is math function provided by the Object
()class.
Returns the larger of the two values. Note that when passing float parameters to this function, they are automatically typecasted to type int. If you don't want this, use the FMax() function instead.