Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphGlobalOutputSettingNode.h |
| Include | #include "Graph/Nodes/MovieGraphGlobalOutputSettingNode.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieGraphVersioningSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoVersioning | If true, {version} tokens specified in the Output Directory and File Name Format properties will automatically be incremented with each local render. | |
| int32 | VersionNumber | The value to use for the version token if versions are not automatically incremented (Auto Version is off). |