Search

Overload list

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

  Type Name Description
Public function Static bool

Search ( const FTimingEventSearchParameters& InParameters,
SearchPredicate InSearchPredicate,
FoundPredicate InFoundPredicate
)

Search using only the event filter and no match predicate.
Public function Static bool

Search ( const FTimingEventSearchParameters& InParameters,
SearchPredicate InSearchPredicate,
FoundPredicate InFoundPredicate,
TTimingEventSearchCache< PayloadType >& InCache
)

Search using only the event filter, no match predicate and a cache.
Public function Static bool

Search ( const FTimingEventSearchParameters& InParameters,
SearchPredicate InSearchPredicate,
PayloadFilterPredicate InFilterPredicate,
FoundPredicate InFoundPredicate,
PayloadMatchedPredicate InPayloadMatchedPredicate,
TTimingEventSearchCache< PayloadType >* InCache
)

Search using a specific payload filter.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page