Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/ILogProvider
Description
Performs binary search, resulting in position of the first log message with time >= provided time value.
The current number of messages (MessageCount) could be different than the value returned by the last call to GetMessageCount().
| Name | LowerBoundByTime |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Log.h |
| Include Path | #include "TraceServices/Model/Log.h" |
virtual uint64 LowerBoundByTime
(
double Time
) const
The index of the first log message with time >= provided time value; [0, MessageCount]. Returns ~0ull if not implemented.
Parameters
| Name | Remarks |
|---|---|
| Time | The time value, in seconds. |