Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphFileOutputNode
- UMovieGraphImageSequenceOutputNode
- UMovieGraphImageSequenceOutputNode_BMP
- UMovieGraphImageSequenceOutputNode_JPG
- UMovieGraphImageSequenceOutputNode_PNG
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphFileOutputNode.h |
| Include | #include "Graph/Nodes/MovieGraphFileOutputNode.h" |
Syntax
UCLASS&40;Abstract&41;
class UMovieGraphFileOutputNode : public UMovieGraphSettingNode
Remarks
The UMovieGraphFileOutputNode node defines a output file format that MRQ may place produced render data into. At runtime, the individual pieces of render data will be generated by the Movie Graph Renderer, and then all data will be collected into a single datastructure by the FMovieGraphOutputMerger before being passed back into the main Movie Graph Pipeline. Once this happens, the CDOs deriving from UMovieGraphFileOutputNode will be given a pointer to the information for the whole frame, so they can decide what to do with it. There are potentially multiple output formats at once (such as exr and jpeg).
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | |||
| void | |||
| void | |||
| void | OnReceiveImageData
(
UMovieGraphPipeline* InPipeline, |
This is called by the Game Thread containing the final output data for a given output frame. | |
| void | OnReceiveImageDataImpl
(
UMovieGraphPipeline* InPipeline, |
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMovieGraphPinProperties > | |||
| FText | Gets the category that the node belongs under. | ||
| TArray< FMovieGraphPinProperties > |