Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/ViewModels > API/Developer/TraceInsights/Insights/ViewModels/TTimingEventSearch
Type
typedef TFunctionRef< void(FContext &)> SearchPredicate
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h |
Include | #include "Insights/ViewModels/TimingEventSearch.h" |
Remarks
Predicate called to run the search, e.g. iterate over an array of events It is expected to call FContext::Check on each valid searched event.