Navigation
API > API/Runtime > API/Runtime/MovieSceneCapture
Inheritance Hierarchy
- IMovieSceneCaptureInterface
- UMovieSceneCapture
- UAutomatedLevelSequenceCapture
- ULevelCapture
References
| Module | MovieSceneCapture |
| Header | /Engine/Source/Runtime/MovieSceneCapture/Public/IMovieSceneCapture.h |
| Include | #include "IMovieSceneCapture.h" |
Syntax
class IMovieSceneCaptureInterface
Remarks
Interface for a movie capture object
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Close () |
Shut down this movie capture | |
| const int32 | Access Frame Number Offset | ||
| FMovieSceneCaptureHandle | GetHandle () |
Get a unique handle to this object | |
| const FMovieSceneCaptureSettings & | GetSettings () |
Access specific movie scene capture settings | |
| void | Initialize
(
TSharedPtr< FSceneViewport > Viewport, |
Initialize this capture object by binding it to the specified viewport | |
| void | Instruct this capture to start capturing frames |