FFrameMetrics

Metrics that correspond to a particular frame

Windows
MacOS
Linux

References

Module

MovieSceneCapture

Header

/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureProtocolBase.h

Include

#include "MovieSceneCaptureProtocolBase.h"

Syntax

struct FFrameMetrics

Remarks

Metrics that correspond to a particular frame

Variables

Name Description

Public variable

float

 

FrameDelta

The total amount of time, in seconds, that this specific frame took to render (not accounting for dropped frames)

Public variable

int32

 

FrameNumber

The index of this frame from the start of the capture, including dropped frames

Public variable

int32

 

NumDroppedFrames

The number of frames we dropped in-between this frame, and the last one we captured

Public variable

float

 

TotalElapsedTime

The total amount of time, in seconds, since the capture started

Constructors

Name Description

Public function

FFrameMetrics()

Default construction

Public function

FFrameMetrics

(
    float InTotalElapsedTime,
    float InFrameDelta,
    int32 InFrameNumber,
    int32 InNumDroppedFrames
)

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