Search

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

Search

(
    const FTimingEventSearchParameters ...,
    SearchPredicate InSearchPredicate,
    FoundPredicate InFoundPredicate
)

Search using only the event filter and no match predicate.

Public function Static

bool

 

Search

(
    const FTimingEventSearchParameters ...,
    SearchPredicate InSearchPredicate,
    FoundPredicate InFoundPredicate,
    TTimingEventSearchCache< PayloadTyp...
)

Search using only the event filter, no match predicate and a cache.

Public function Static

bool

 

Search

(
    const FTimingEventSearchParameters ...,
    SearchPredicate InSearchPredicate,
    PayloadFilterPredicate InFilterPred...,
    FoundPredicate InFoundPredicate,
    PayloadMatchedPredicate InPayloadMa...,
    TTimingEventSearchCache< PayloadTyp...
)

Search using a specific payload filter.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss