Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
The symbol that should be used to substitute a frame number within image paths.
| Name | EMovieGraphFrameRangeNotation |
| Type | enum |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelinePostRenderSettings.h |
| Include Path | #include "MoviePipelinePostRenderSettings.h" |
Syntax
enum EMovieGraphFrameRangeNotation
{
HashWithStartEndFrame,
Hash,
DollarF,
StartFrame,
}
Values
| Name | Remarks |
|---|---|
| HashWithStartEndFrame | Hash symbol. |
| Hash | Hash symbol. |
| DollarF | $F. |
| StartFrame | Use the path for the first rendered frame only. |