Navigation
API > API/Developer > API/Developer/TraceInsights
Search behavior flags.
| Name | ETimingEventSearchFlags |
| Type | enum |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h |
| Include Path | #include "Insights/ViewModels/TimingEventSearch.h" |
Syntax
enum ETimingEventSearchFlags
{
None = 0,
SearchAll = None,
StopAtFirstMatch = (1 << 0),
}
Values
| Name | Remarks |
|---|---|
| None | Search all matches. |
| SearchAll | |
| StopAtFirstMatch | Whether to stop at the first match. |