How I should use unreal algo function with TArray?

Hey! Tell me how to use the native library of algorithms in unreal. Let’s say I have a sorted array of ints (TArray ) and I want to use the Algo :: LowerBound function. I don’t understand what RangeType is in this case.

Did you try passing your TArray as it is? Looks like it could also be a TArrayView as well (and maybe a few others).