EventFilterPredicate

Predicate called to filter event matches.

Windows
MacOS
Linux

Type

typedef TFunctionRef< bool)> 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.

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