UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCachedMetrics Struct Reference

#include <MovieSceneCapture.h>

Public Member Functions

 FCachedMetrics ()
 

Public Attributes

int32 Width
 
int32 Height
 
int32 Frame
 
float ElapsedSeconds
 
int32 PreviousFrame
 

Detailed Description

Structure used to cache various metrics for our capture

Constructor & Destructor Documentation

◆ FCachedMetrics()

FCachedMetrics::FCachedMetrics ( )
inline

Member Data Documentation

◆ ElapsedSeconds

float FCachedMetrics::ElapsedSeconds

The number of seconds that have elapsed

◆ Frame

int32 FCachedMetrics::Frame

The current frame number

◆ Height

int32 FCachedMetrics::Height

◆ PreviousFrame

int32 FCachedMetrics::PreviousFrame

The previous frame number

◆ Width

int32 FCachedMetrics::Width

The width/Height of the frame


The documentation for this struct was generated from the following file: