Navigation
Unreal Engine C++ API Reference > 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 ( double InTime, double DeltaTime, int32 Depth, [FTimelineEventInfo](API\Developer\TraceServices\TraceServices\Containers\ITimeline\FTimelineEventInfo) & EventInfo ) 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 |