Navigation
API > API/Runtime > API/Runtime/MovieSceneCapture
References
| Module | MovieSceneCapture |
| Header | /Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCapture.h |
| Include | #include "MovieSceneCapture.h" |
Syntax
struct FCachedMetrics
Remarks
Structure used to cache various metrics for our capture
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ElapsedSeconds | The number of seconds that have elapsed | |
| int32 | Frame | The current frame number | |
| int32 | Height | ||
| int32 | PreviousFrame | The previous frame number | |
| int32 | Width | The width/Height of the frame |
Constructors
| Type | Name | Description | |
|---|---|---|---|