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