Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineRenderPasses
References
| Module | MovieRenderPipelineRenderPasses |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineRenderPasses/Public/MoviePipelineImageSequenceOutput.h |
| Include | #include "MoviePipelineImageSequenceOutput.h" |
Syntax
struct FAsyncImageQuantization
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bConvertToSRGB | True if the quantization should also apply an sRGB encoding. | |
| FImageWriteTask * | ParentWriteTask | Parent image write task. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAsyncImageQuantization
(
FImageWriteTask* InWriteTask, |
Constructor. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator()
(
FImagePixelData* PixelData |
Process/quantize pixel data |