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,
const bool bInConvertToSRGB
)
|
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 |
|
Process/quantize pixel data |
MoviePipelineImageSequenceOutput.h |
|