IFrameProvider

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

Inheritance Hierarchy

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Frames.h
Include #include "TraceServices/Model/Frames.h"

Syntax

class IFrameProvider : public [TraceServices::IProvider](API\Developer\TraceServices\TraceServices\Model\IProvider)  

Destructors

Type Name Description
  ~IFrameProvider ()  

Functions

Type Name Description
void EnumerateFrames ( ETraceFrameType FrameType, uint64 Start, uint64 End, TFunctionRef< void(const FFrame&)>... ) Enumerates frames in the [Start, End) index range, for the specified frame type.
void EnumerateFrames ( ETraceFrameType FrameType, double StartTime, double EndTime, TFunctionRef< void(const FFrame&)>... ) Enumerate frames whose duration intersects [StartTime, EndTime].
const FFrame... GetFrame ( ETraceFrameType FrameType, uint64 Index ) Gets the frame at the specified index, for the specified frame type.
uint64 GetFrameCount ( ETraceFrameType FrameType ) Gets the number of frames, for the specified frame type.
bool GetFrameFromTime ( ETraceFrameType FrameType, double Time, FFrame& OutFrame ) Gets the first frame with start time <= specified time, for the specified frame type.
uint32 GetFrameNumberForTimestamp ( ETraceFrameType FrameType, double Time ) Gets the index of the first frame with start time <= specified time, for the specified frame type.
const TArray... GetFrameStartTimes ( ETraceFrameType FrameType ) Gets the array of frame start times, for the specified frame type.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library