UMoviePipelineBurnInWidget::OnOutputFrameStarted

Called on the first temporal and first spatial sample of each output frame with the information about the frame being produced.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineSettings

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineSettings/Public/MoviePipelineBurnInWidget.h

Include

#include "MoviePipelineBurnInWidget.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintImplementableEvent)
void OnOutputFrameStarted
(
    UMoviePipeline * ForPipeline
)

Remarks

Called on the first temporal and first spatial sample of each output frame with the information about the frame being produced.

Parameters

Parameter

Description

ForPipeline

The pipeline the burn in is for. This will be consistent throughout a burn in widget's life.

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