FTimingEventSearchParameters

Parameters for a timing event search.

Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > ViewModels

References

   
Module TraceInsights
Header /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h
Include #include "Insights/ViewModels/TimingEventSearch.h"

Syntax

class FTimingEventSearchParameters  

Remarks

Parameters for a timing event search.

Variables

Type Name Description
double EndTime End time of the search.
EventFilterPred... EventFilter Predicate for search filtering.
EventMatchedPre... EventMatched Predicate called when we get a match.
TSharedPtr< Ins... FilterExecutor  
ETimingEventSea... Flags Search behavior flags.
ESearchDirectio... SearchDirection  
FTimingEventSea... SearchHandle A handle to a previous search. This will be written during a search if a cache is utilized and a hit was not generated.
double StartTime Start time of the search.

Constructors

Type Name Description
  FTimingEventSearchParameters ( double InStartTime, double InEndTime, ETimingEventSearchFlags Flags, EventFilterPredicate InEventFilter, EventMatchedPredicate InEventMatche... )  

Enums

Type Name Description
Public enum ESearchDirection  

Typedefs

Name Description
EventFilterPredicate Predicate called to filter event matches.
EventMatchedPredicate Predicate called when we get a match.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library