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_EXR : public UMovieGraphImageSequenceOutputNode
Remarks
Image sequence output node that can write single-layer EXR files.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bOverride_Compression | ||
| EEXRCompressionFormat | Compression | Which compression method should the resulting EXR file be compressed with. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FEXRImageWriteTask > | CreateImageWriteTask
(
FString InFileName, |
Convenience function to create a new EXR image write task, given a file name and compression format. | |
| void | PrepareTaskGlobalMetadata
(
FEXRImageWriteTask& InOutImageTask, |
Convenience function to prepare the image write task's global file metadata. | |
| void | UpdateTaskPerLayer
(
FEXRImageWriteTask& InOutImageTask, |
Convenience function to update the image write task for layer data. |
Overridden from UMovieGraphFileOutputNode
| Type | Name | Description | |
|---|---|---|---|
| void | OnReceiveImageDataImpl
(
UMovieGraphPipeline* InPipeline, |
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| 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 | GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | |
| FLinearColor | Gets the node's title color, as visible in the graph. |