Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| Name | FMovieGraphSequencePlaybackRangeBound |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphGlobalOutputSettingNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphGlobalOutputSettingNode.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieGraphSequencePlaybackRangeBound
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieGraphSequencePlaybackRangeBound() |
Graph/Nodes/MovieGraphGlobalOutputSettingNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Type | EMovieGraphSequenceRangeType | By default the render will use the Playback Range Start/End frame to determine what to render. | Graph/Nodes/MovieGraphGlobalOutputSettingNode.h |
|
| Value | int32 | If Type is set to Custom, then this value is used for the Playback Range Start or End frame. | Graph/Nodes/MovieGraphGlobalOutputSettingNode.h |
|