Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| Name | TAsyncCompositeImage< FLinearColor > |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderPipelineDataTypes.h |
| Include Path | #include "MovieRenderPipelineDataTypes.h" |
Syntax
template<>
struct TAsyncCompositeImage< FLinearColor >
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImageToComposite | TUniquePtr< FImagePixelData > | MovieRenderPipelineDataTypes.h | ||
| Offset | FIntPoint | Amount in pixels from the destination's top left to offset the source when compositing onto the destination. | MovieRenderPipelineDataTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncCompositeImage
(
TUniquePtr< FImagePixelData >&& InPixelData, |
MovieRenderPipelineDataTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator()
(
FImagePixelData* PixelData |
MovieRenderPipelineDataTypes.h |