Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| Name | TAsyncCropImage |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderPipelineDataTypes.h |
| Include Path | #include "MovieRenderPipelineDataTypes.h" |
Syntax
template<typename PixelType>
struct TAsyncCropImage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncCropImage
(
const FIntRect& InCropRect |
MovieRenderPipelineDataTypes.h | ||
TAsyncCropImage
(
FImageWriteTask* InParentWriteTask, |
MovieRenderPipelineDataTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CropRect | FIntRect | The rectangle to crop the source image to | MovieRenderPipelineDataTypes.h | |
| OutCroppedImage | TUniquePtr< FImagePixelData > | If the parent write task is null, the cropped image will be written to this pixel data instead | MovieRenderPipelineDataTypes.h | |
| ParentWriteTask | FImageWriteTask * | The parent image write task using this image preprocessor. | MovieRenderPipelineDataTypes.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator()
(
FImagePixelData* PixelData |
MovieRenderPipelineDataTypes.h |