Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/ViewModels
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h |
| Include | #include "Insights/ViewModels/TimingEventSearch.h" |
Syntax
template<typename PayloadType, int32 Size>
struct TTimingEventSearchCache
Remarks
Simple acceleration structure used to return previously searched results.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Read
(
const FTimingEventSearchHandle& InHandle, |
Attempt to read from the cache. | |
| void | Reset () |
Reset the cache. Any reads after this will return false. | |
| FTimingEventSearchHandle | Write to the cache |