Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineCore
References
Module | MovieRenderPipelineCore |
Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderPipelineDataTypes.h |
Include | #include "MovieRenderPipelineDataTypes.h" |
Syntax
template<typename PixelType>
struct TAsyncCompositeImage
Remarks
A pixel preprocessor for use with FImageWriteTask::PixelPreProcessor that does a simple alpha blend of the provided image onto the target pixel data. This isn't very general purpose.
Specializations
TAsyncCompositeImage< FColor >
TAsyncCompositeImage< FFloat16Color >
TAsyncCompositeImage< FLinearColor >