UMoviePipelineOutputBase::OnRecieveImageData

Called when a frame is ready for output.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineOutputBase.h

Include

#include "MoviePipelineOutputBase.h"

Syntax

void OnRecieveImageData
(
    FMoviePipelineMergerOutputFrame * InMergedOutputFrame
)

Remarks

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).

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