Navigation
API > API/Runtime > API/Runtime/MovieSceneCapture
Inheritance Hierarchy
- ICaptureProtocolHost
- UMovieSceneCapture
- UAutomatedLevelSequenceCapture
- ULevelCapture
References
| Module | MovieSceneCapture |
| Header | /Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureProtocolBase.h |
| Include | #include "MovieSceneCaptureProtocolBase.h" |
Syntax
struct ICaptureProtocolHost
Remarks
Interface to be implemented by any class using an UMovieSceneCaptureProtocolBase instance
Functions
| Type | Name | Description | |
|---|---|---|---|
| FFrameRate | Get the capture frequency | ||
| const ICaptureStrategy & | Access the host's capture strategy | ||
| double | Ask the host to inform us of how long the capture duration is expected to be. | ||
| const int32 | Access Frame number index offset when saving out frames. | ||
| const FMovieSceneCaptureSettings & | GetSettings () |
Get shared settings for the capture | |
| FString | ResolveFileFormat
(
const FString& Format, |
Ask the host to resolve the format string for a file name. |