Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/ViewModels > API/Developer/TraceInsights/Insights/ViewModels/FTimingEventSearchParameters
Type
typedef TFunctionRef< bool(double, double, uint32)> EventFilterPredicate
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h |
Include | #include "Insights/ViewModels/TimingEventSearch.h" |
Remarks
Predicate called to filter event matches. Note it is assumed that the SearchPredicate (below) will perform basic range checks on StartTime and EndTime, therefore this is for any other filtering that needs to take place (e.g. left of an event, below an event etc.) Returns true to pass the filter.