Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineRenderPasses
Inheritance Hierarchy
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphFileOutputNode
- UMovieGraphImageSequenceOutputNode
- UMovieGraphImageSequenceOutputNode_EXR
- UMovieGraphImageSequenceOutputNode_MultiLayerEXR
References
| Module | MovieRenderPipelineRenderPasses |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineRenderPasses/Public/MovieGraphImageSequenceOutputNode.h |
| Include | #include "MovieGraphImageSequenceOutputNode.h" |
Syntax
UCLASS ()
class UMovieGraphImageSequenceOutputNode_MultiLayerEXR : public UMovieGraphImageSequenceOutputNode_EXR
Remarks
Image sequence output node that can write multi-layer EXR files.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMovieGraphFileOutputNode
| Type | Name | Description | |
|---|---|---|---|
| void | OnReceiveImageDataImpl
(
UMovieGraphPipeline* InPipeline, |
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| EMovieGraphBranchRestriction | Determines which types of branches the node can be created in. | ||
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | |
| FText | GetKeywords () |
Gets the keywords (space-separated) that will be searched in the node creation context menu. | |
| 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. |