Navigation
API > API/Developer > API/Developer/TraceInsights
A handle to a timing event that was previously searched.
| Name | FTimingEventSearchHandle |
| Type | struct |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h |
| Include Path | #include "Insights/ViewModels/TimingEventSearch.h" |
Syntax
struct FTimingEventSearchHandle
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | uint64 | Insights/ViewModels/TimingEventSearch.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Insights/ViewModels/TimingEventSearch.h | ||
void Reset() |
Insights/ViewModels/TimingEventSearch.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTimingEventSearchHandle GenerateHandle() |
Insights/ViewModels/TimingEventSearch.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FTimingEventSearchHandle& InOther |
Insights/ViewModels/TimingEventSearch.h |