Navigation
API > API/Developer > API/Developer/Profiler
References
| Module | Profiler |
| Header | /Engine/Source/Developer/Profiler/Public/ProfilerCommon.h |
| Include | #include "ProfilerCommon.h" |
Syntax
class FBinaryFindIndex
Remarks
Implements binary search for the various cases.
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GreaterEqual
(
const TArray< T >& Array, |
Executes a binary search for element Item in array Array using the >= operator (i.e. uses the comparison Array[i] >= Item). | |
| int32 | Executes a binary search for element Item in array Array using the <= operator (i.e. uses the comparison Array[i] <= Item). |