ITimeline::GetEventInfo

Finds event information for the event closest to InTime from the interval [InTime - DeltaTime, InTime + DeltaTime]

Windows
MacOS
Linux

References

Module

TraceServices

Header

/Engine/Source/Developer/TraceServices/Public/TraceServices/Containers/Timelines.h

Include

#include "TraceServices/Containers/Timelines.h"

Syntax

bool GetEventInfo
(
    double InTime,
    double DeltaTime,
    int32 Depth,
    FTimelineEventInfo & EventInfo
) const

Remarks

Finds event information for the event closest to InTime from the interval [InTime - DeltaTime, InTime + DeltaTime]

Returns

True if an event was found, False if no event was found for the specified input parameters

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss