Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphOutputSettingNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphOutputSettingNode.h |
| Include | #include "Graph/Nodes/MovieGraphOutputSettingNode.h" |
Syntax
UCLASS&40;&41;
class UMovieGraphOutputSettingNode : public UMovieGraphSettingNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bOverride_bOverwriteExistingOutput | ||
| uint8: 1 | bOverride_FileNameFormat | ||
| uint8: 1 | bOverride_FrameNumberOffset | ||
| uint8: 1 | bOverride_OutputDirectory | ||
| uint8: 1 | bOverride_OutputFrameRate | ||
| uint8: 1 | bOverride_OutputResolution | ||
| uint8: 1 | bOverride_ZeroPadFrameNumbers | ||
| bool | bOverwriteExistingOutput | If true, output containers should attempt to override any existing files with the same name. | |
| FString | FileNameFormat | What format string should the final files use? Can include folder prefixes, and format string ({shot_name}, etc.) | |
| int32 | FrameNumberOffset | How many frames should we offset the output frame number by? This is useful when using handle frames on Sequences that start at frame 0, as the output would start in negative numbers. | |
| FDirectoryPath | OutputDirectory | What directory should all of our output files be relative to. | |
| FFrameRate | OutputFrameRate | What frame rate should the output files be exported at? This overrides the Display Rate of the target sequence. | |
| FIntPoint | OutputResolution | What resolution should our output files be exported at? | |
| int32 | ZeroPadFrameNumbers | How many digits should all output frame numbers be padded to? MySequence_1.png -> MySequence_0001.png. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMovieGraphSettingNode
| Type | Name | Description | |
|---|---|---|---|
| void | GetFormatResolveArgs
(
FMovieGraphResolveArgs& OutMergedFormatArgs |
This is called either on the CDO, or on a "flattened" instance of the node every frame when generating filename/file metadata, allowing the node to add custom key-value pairs (FString, FString) to be used as {format_tokens} in filenames, or to be included in File metadata. |
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | |
| FText | Gets the category that the node belongs under. | ||
| FText | GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | |
| FLinearColor | Gets the node's title color, as visible in the graph. |