IFrameProvider::EnumerateFrames

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

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

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Frames.h
Include #include "TraceServices/Model/Frames.h"
void EnumerateFrames
(
    ETraceFrameType FrameType,
    uint64 Start,
    uint64 End,
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(const [FFrame](API\Developer\TraceServices\TraceServices\Model\FFrame) &)> Callback
) const

Remarks

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

Parameters

Name Description
FrameType type of frames
Start inclusive start index
End exclusive end index
Callback a callback called for each frame

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library