Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/TraceServices > API/Developer/TraceServices/TraceServices/Containers > API/Developer/TraceServices/TraceServices/Containers/ITimeline
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Containers/Timelines.h |
Include | #include "TraceServices/Containers/Timelines.h" |
bool GetEventInfo
&40;
double InTime,
double DeltaTime,
int32 Depth,
FTimelineEventInfo & EventInfo
&41; const
Remarks
Finds event information for the event closest to InTime from the interval [InTime - DeltaTime, InTime + DeltaTime] True if an event was found, False if no event was found for the specified input parameters
Parameters
Name | Description |
---|---|
InTime | The time used to query for the event |
DeltaTime | Events from interval [InTime - DeltaTime, InTime + DeltaTime] will be considered. The one closest to InTime will be returned |
Depth | The Depth used to query for the event |