Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphApplyCVarPresetNode
- UMovieGraphCameraSettingNode
- UMovieGraphCollectionNode
- UMovieGraphCommandLineEncoderNode
- UMovieGraphDebugSettingNode
- UMovieGraphExecuteScriptNode
- UMovieGraphFileOutputNode
- UMovieGraphAudioOutputNode
- UMovieGraphImageSequenceOutputNode
- UMovieGraphImageSequenceOutputNode_BMP
- UMovieGraphImageSequenceOutputNode_EXR
- UMovieGraphImageSequenceOutputNode_MultiLayerEXR
- UMovieGraphImageSequenceOutputNode_JPG
- UMovieGraphImageSequenceOutputNode_PNG
- UMovieGraphGlobalGameOverridesNode
- UMovieGraphGlobalOutputSettingNode
- UMovieGraphModifierNode
- UMovieGraphRenderLayerNode
- UMovieGraphRenderPassNode
- UMovieGraphImagePassBaseNode
- UMovieGraphDeferredRenderPassNode
- UMovieGraphPathTracerRenderPassNode
- UMovieGraphSamplingMethodNode
- UMovieGraphSetCVarValueNode
- UMovieGraphWarmUpSettingNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include | #include "Graph/MovieGraphNode.h" |
Syntax
UCLASS (Abstract, BlueprintType)
class UMovieGraphSettingNode : public UMovieGraphNode
Remarks
Nodes representing user settings should derive from this. This is the only node type copied into flattened eval.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Modify the Unreal URL and command line arguments when the node will be run in a new process. | ||
| 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. | |
| FString | An identifier that distinguishes this node from other nodes of the same type within a branch. |
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMovieGraphPinProperties > | |||
| TArray< FMovieGraphPinProperties > |