Navigation
API > API/Runtime > API/Runtime/MovieSceneCapture
Inheritance Hierarchy
- ICaptureStrategy
- FRealTimeCaptureStrategy
References
| Module | MovieSceneCapture |
| Header | /Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCapture.h |
| Include | #include "MovieSceneCapture.h" |
Syntax
struct FRealTimeCaptureStrategy : public ICaptureStrategy
Remarks
A capture strategy that captures in real-time, potentially dropping frames to maintain a stable constant framerate video.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRealTimeCaptureStrategy
(
FFrameRate InFrameRate |
Overridden from ICaptureStrategy
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetDroppedFrames
(
double CurrentTimeSeconds, |
||
| void | OnInitialize () |
||
| void | OnStop () |
||
| bool | ShouldPresent
(
double CurrentTimeSeconds, |
||
| bool |