EnumerateFrames

Overload list

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IFrameProvider

  Type Name Description
Public function Const void

EnumerateFrames ( ETraceFrameType FrameType,
uint64 Start,
uint64 End,
TFunctionRef< void(const FFrame&)> Callback
)

Enumerates frames in the [Start, End) index range, for the specified frame type.
Public function Const void

EnumerateFrames ( ETraceFrameType FrameType,
double StartTime,
double EndTime,
TFunctionRef< void(const FFrame&)> Callback
)

Enumerate frames whose duration intersects [StartTime, EndTime].

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page