Navigation
API > API/Developer > API/Developer/TraceInsights
Parameters for a timing event search.
| Name | FTimingEventSearchParameters |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h |
| Include Path | #include "Insights/ViewModels/TimingEventSearch.h" |
Syntax
class FTimingEventSearchParameters
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimingEventSearchParameters
(
double InStartTime, |
Insights/ViewModels/TimingEventSearch.h |
Enums
Public
| Name | Remarks |
|---|---|
| ESearchDirection |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| EventFilterPredicate | TFunctionRef< bool(double, double, uint32)> | Predicate called to filter event matches. | Insights/ViewModels/TimingEventSearch.h |
| EventMatchedPredicate | TFunctionRef< void(double, double, uint32)> | Predicate called when we get a match. | Insights/ViewModels/TimingEventSearch.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EndTime | double | End time of the search. | Insights/ViewModels/TimingEventSearch.h | |
| EventFilter | EventFilterPredicate | Predicate for search filtering. | Insights/ViewModels/TimingEventSearch.h | |
| EventMatched | EventMatchedPredicate | Predicate called when we get a match. | Insights/ViewModels/TimingEventSearch.h | |
| FilterExecutor | TSharedPtr< UE::Insights::IFilterExecutor > | Insights/ViewModels/TimingEventSearch.h | ||
| Flags | ETimingEventSearchFlags | Search behavior flags. | Insights/ViewModels/TimingEventSearch.h | |
| SearchDirection | ESearchDirection | Insights/ViewModels/TimingEventSearch.h | ||
| SearchHandle | FTimingEventSearchHandle * | A handle to a previous search. This will be written during a search if a cache is utilized and a hit was not generated. | Insights/ViewModels/TimingEventSearch.h | |
| StartTime | double | Start time of the search. | Insights/ViewModels/TimingEventSearch.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool NoFilter
(
double, |
Default predicates. | Insights/ViewModels/TimingEventSearch.h | |
static void NoMatch
(
double, |
Insights/ViewModels/TimingEventSearch.h |