TTimingEventSearchCache::Read

Attempt to read from the cache.

Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > ViewModels > TTimingEventSearchCache

References

   
Module TraceInsights
Header /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h
Include #include "Insights/ViewModels/TimingEventSearch.h"
bool Read
(
    const [FTimingEventSearchHandle](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventSearchHandle) & InHandle,
    double & OutStartTime,
    double & OutEndTime,
    uint32 & OutDepth,
    PayloadType & OutPayload
)

Remarks

Attempt to read from the cache. false if the value was not found


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library