Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Options that dictate how images should be played back after a render completes.
| Name | FMovieGraphPostRenderImageSequencePlayOptions |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelinePostRenderSettings.h |
| Include Path | #include "MoviePipelinePostRenderSettings.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieGraphPostRenderImageSequencePlayOptions : public FMovieGraphPostRenderVideoPlayOptions
Inheritance Hierarchy
- FMovieGraphPostRenderVideoPlayOptions → FMovieGraphPostRenderImageSequencePlayOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieGraphPostRenderImageSequencePlayOptions() |
MoviePipelinePostRenderSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameRangeNotation | EMovieGraphFrameRangeNotation | The symbol that will be used to replace the frame number in image paths when providing those paths to external viewers. | MoviePipelinePostRenderSettings.h |
|
| PlaybackRange | EMovieGraphImageSequencePlaybackRange | The range of frames to play back (only applicable to image sequences). | MoviePipelinePostRenderSettings.h |
|