FContext

Context used to operate a search.

Windows
MacOS
Linux

References

Module

TraceInsights

Header

/Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h

Include

#include "Insights/ViewModels/TimingEventSearch.h"

Syntax

struct FContext

Remarks

Context used to operate a search.

Constructors

Name Description

Public function

FContext

(
    const FTimingEventSearchParameters ...,
    PayloadFilterPredicate InPayloadFil...,
    PayloadMatchedPredicate InPayloadMa...
)

Functions

Name Description

Public function

void

 

AbortSearch()

Allows search to be aborted by predicates.

Public function

void

 

Check

(
    double InEventStartTime,
    double InEventEndTime,
    uint32 InEventDepth,
    const PayloadType& InEvent
)

Function called to check and potentially match an event.

Public function Const

uint32

 

GetDepthFound()

Public function Const

double

 

GetEndTimeFound()

Public function Const

const FTimin...

 

GetParameters()

Access the search parameters.

Public function Const

const Payloa...

 

GetPayloadFound()

Accessors for read-only results.

Public function Const

double

 

GetStartTimeFound()

Public function Const

bool

 

IsMatchFound()

Public function Const

bool

 

ShouldContinueSearching()

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