Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Inheritance Hierarchy
- IImagePixelDataPayload
- TSharedFromThis
- FImagePixelDataPayload
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderPipelineDataTypes.h |
| Include | #include "MovieRenderPipelineDataTypes.h" |
Syntax
struct FImagePixelDataPayload :
public IImagePixelDataPayload,
public TSharedFromThis< FImagePixelDataPayload, ESPMode::ThreadSafe >
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCompositeToFinalImage | ||
| bool | bRequireTransparentOutput | Does this output data have to be transparent to be useful? Overrides output format to one that supports transparency. | |
| FString | Debug_OverrideFilename | If specified, use this as the output filename (not including output directory) when using debug write samples to disk | |
| FMoviePipelinePassIdentifier | PassIdentifier | ||
| FMoviePipelineRenderPassMetrics | SampleState | ||
| int32 | SortingOrder |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FImagePixelDataPayload > | Copy () |
||
| FIntPoint | |||
| FIntPoint | |||
| bool | GetOverlapPaddedSizeIsValid
(
const FIntPoint InRawSize |
||
| FIntPoint | |||
| FVector2D | |||
| void | GetWeightFunctionParams
(
MoviePipeline::FTileWeight1D& WeightFunctionX, |
||
| bool | |||
| bool | IsFirstTile () |
Is this the first tile of an image and we should start accumulating? | |
| bool | |||
| bool | IsLastTile () |
Is this the last tile of an image and we should finish accumulating? |