Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineOutputBase
Description
Called when a frame is ready for output. This will contain all passes the user has requested for the given output frame. It also contains metrics about the output frame (such as frame number).
| Name | OnReceiveImageData |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineOutputBase.h |
| Include Path | #include "MoviePipelineOutputBase.h" |
void OnReceiveImageData
(
FMoviePipelineMergerOutputFrame * InMergedOutputFrame
)