FImagePixelDataPayload

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bRequireTransparentOutput

Does this output data have to be transparent to be useful? Overrides output format to one that supports transparency.

Public variable

FMoviePipelineF...

 

OutputState

Public variable

FMoviePipelineP...

 

PassIdentifier

Public variable

FMoviePipelineR...

 

SampleState

Constructors

Name Description

Public function

FImagePixelDataPayload()

Functions

Name Description

Public function Const

bool

 

IsFirstTemporalSample()

Public function Const

bool

 

IsFirstTile()

Is this the first tile of an image and we should start accumulating?

Public function Const

bool

 

IsLastTemporalSample()

Public function Const

bool

 

IsLastTile()

Is this the last tile of an image and we should finish accumulating?

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss