Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| Name | FMovieGraphVersioningSettings |
| 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 FMovieGraphVersioningSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAutoVersioning | bool | If true, {version} tokens specified in the Output Directory and File Name Format properties will automatically be incremented with each local render. | Graph/Nodes/MovieGraphGlobalOutputSettingNode.h |
|
| VersionNumber | int32 | The value to use for the version token if versions are not automatically incremented (Auto Version is off). | Graph/Nodes/MovieGraphGlobalOutputSettingNode.h |
|