Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphAntiAliasingNode
- UMovieGraphCollectionNode
- UMovieGraphEXRSequenceNode
- UMovieGraphFileOutputNode
- UMovieGraphImageSequenceOutputNode
- UMovieGraphImageSequenceOutputNode_BMP
- UMovieGraphImageSequenceOutputNode_JPG
- UMovieGraphImageSequenceOutputNode_PNG
- UMovieGraphGetCVarValueNode
- UMovieGraphGlobalGameOverridesNode
- UMovieGraphModifierNode
- UMovieGraphOutputSettingNode
- UMovieGraphPathTracedRendererNode
- UMovieGraphRenderLayerNode
- UMovieGraphRenderPassNode
- UMovieGraphBurnInNode
- UMovieGraphDeferredRenderPassNode
- UMovieGraphSetCVarValueNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include | #include "Graph/MovieGraphNode.h" |
Syntax
UCLASS&40;Abstract, BlueprintType&41;
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 | 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 > |